diff --git a/iac/github_verify.tf b/iac/github_verify.tf index 13d9d01..3c60919 100644 --- a/iac/github_verify.tf +++ b/iac/github_verify.tf @@ -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\"", diff --git a/modules/app/main.tf b/modules/app/main.tf index 14fa051..8fc616e 100644 --- a/modules/app/main.tf +++ b/modules/app/main.tf @@ -73,9 +73,10 @@ module "this" { source = "chainguard-dev/common/infra//modules/regional-service" version = "0.6.98" - project_id = var.project_id - name = var.name - regions = var.regions + project_id = var.project_id + name = var.name + regions = var.regions + require_squad = false deletion_protection = var.deletion_protection