From 181d75a06e36d8fa52a7fa8265c4c21238c53647 Mon Sep 17 00:00:00 2001 From: cpanato Date: Wed, 13 Nov 2024 18:18:33 -0700 Subject: [PATCH] set require_squad to false --- iac/github_verify.tf | 6 +++--- modules/app/main.tf | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) 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..211e09e 100644 --- a/modules/app/main.tf +++ b/modules/app/main.tf @@ -76,6 +76,7 @@ module "this" { project_id = var.project_id name = var.name regions = var.regions + squad = "" deletion_protection = var.deletion_protection