-
Notifications
You must be signed in to change notification settings - Fork 543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perma-diff with server-side error on Project Budgets #541
Comments
Hi @Jberlinsky, there was one issue actually with the current implementation of the budget module. |
Dear Team, the currency changes automatically from USD to null, here a detail of the tf plan done by cloud build:
Here's the tf apply result:
I'm pretty ignorant w/TF+GCP: is this an issue strictly related to the provider from Terraform? Thanks! |
@mbghdev should be projects/[PROJECT_NUMBER] its no longer projects/[PROJECT_ID]. |
Still the same problem with the budget_filter recreation:
With the google terraform provider v.3.55.0 |
@kmasi42 That looks like an expected diff. If you're still seeing a permadiff please update on the provider bug. |
@morgante As I understood: now API (or provider) return project number, but not project ID, so when you create a budget filter with a project_id google store it with project_number, so every time google-project-factory wants to recreate budget filter. |
This is not actionable in this repository -- I'm filing the issue so the project-factory team is aware of the upstream issue and that it affects project-factory.
See upstream issue: hashicorp/terraform-provider-google#8241.
The text was updated successfully, but these errors were encountered: