chore(infra): Set auto_create_network = false (#7837)

Strangely, this is set in `production` but not `staging`. This variable
determines whether to keep the `Default` network or not.

Since we create our own network resources, I don't think we need this to
be `true`.
This commit is contained in:
Jamil
2025-01-23 13:38:01 -08:00
committed by GitHub
parent c913086dbe
commit 10dea72166

View File

@@ -49,6 +49,8 @@ module "google-cloud-project" {
organization_id = "335836213177"
billing_account_id = "01DFC9-3D6951-579BE1"
billing_budget_amount = var.billing_budget_amount
auto_create_network = false
}
# Grant owner access to the project