Skip to content

Remove permanent project list dirt#723

Open
fajpunk wants to merge 1 commit into
mainfrom
tickets/DM-53005/ignore-budget-filter
Open

Remove permanent project list dirt#723
fajpunk wants to merge 1 commit into
mainfrom
tickets/DM-53005/ignore-budget-filter

Conversation

@fajpunk
Copy link
Copy Markdown
Contributor

@fajpunk fajpunk commented Nov 3, 2025

This shows up as dirty in every terraform plan, but does not actually change anything when it is applied.

terraform-google-modules/terraform-google-project-factory#544 hashicorp/terraform-provider-google#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)
    ***

This shows up as dirty in every terraform plan, but does not actually
change anything when it is applied.

terraform-google-modules/terraform-google-project-factory#544
hashicorp/terraform-provider-google#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)
    ***
```
@fajpunk fajpunk force-pushed the tickets/DM-53005/ignore-budget-filter branch from 0a71dd4 to 7d19b26 Compare November 3, 2025 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant