From 7d19b26c5bb76014e104b7fda739cea1733f8cdd Mon Sep 17 00:00:00 2001 From: Dan Fuchs Date: Mon, 3 Nov 2025 14:32:18 -0600 Subject: [PATCH] Remove permanent project list dirt This shows up as dirty in every terraform plan, but does not actually change anything when it is applied. https://github.com/terraform-google-modules/terraform-google-project-factory/issues/544 https://github.com/hashicorp/terraform-provider-google/issues/8444 ``` # module.project_factory.module.project.module.budget.google_billing_budget.budget[0] will be updated in-place ~ resource "google_billing_budget" "budget" *** id = "billingAccounts/017AD6-5564CB-B8A78F/budgets/b73331a3-cef0-4320-aa16-5ab40f2b77cb" name = "b73331a3-cef0-4320-aa16-5ab40f2b77cb" # (3 unchanged attributes hidden) ~ budget_filter *** ~ projects = [ - "projects/206661279619", ] -> (known after apply) # (7 unchanged attributes hidden) *** # (5 unchanged blocks hidden) *** ``` --- environment/deployments/science-platform/env/production.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment/deployments/science-platform/env/production.tfvars b/environment/deployments/science-platform/env/production.tfvars index d42cd85c..caca1c6a 100644 --- a/environment/deployments/science-platform/env/production.tfvars +++ b/environment/deployments/science-platform/env/production.tfvars @@ -147,4 +147,4 @@ ingress_ip_address = { # force Terraform to update this environment. You may need to do this if you # changed .tf files in this environment, or if you changed any modules that # this environment uses, but you didn't change any variables in this file. -# Serial: 10 +# Serial: 11