Skip to content

Commit

Permalink
set require_squad to false
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Nov 14, 2024
1 parent 8202c1b commit 181d75a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iac/github_verify.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
resource "google_dns_record_set" "github_verify" {
managed_zone = google_dns_managed_zone.top-level-zone.name

name = "_gh-octo-sts-o.octo-sts.dev."
type = "TXT"
ttl = 300
name = "_gh-octo-sts-o.octo-sts.dev."
type = "TXT"
ttl = 300

rrdatas = [
"\"cc539450df\"",
Expand Down
1 change: 1 addition & 0 deletions modules/app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ module "this" {
project_id = var.project_id
name = var.name
regions = var.regions
squad = ""

deletion_protection = var.deletion_protection

Expand Down

0 comments on commit 181d75a

Please sign in to comment.