-
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
Change budget module: Accept list of project numbers instead of project ID #544
Comments
We could keep the interface as is and use a data source to look up the project number |
@imrannayer Are project IDs no longer accepted? I'm surprised they would do a breaking change in a minor release. @bharathkkb Yes we should keep the interface the same. |
@MajorBreakfast Code is not broken but it is picking up the difference (project ID instead of project number) and ask you to apply the update.
|
Thanks, sounds like we should switch to a data source (thought this also sounds like a bug/permadiff in the provider). /cc @rileykarson |
Looks like we've got hashicorp/terraform-provider-google#8444 filed already on our side |
Is there a way to get this in a new 9x branch (for v0.12)? This is also occurring in 9.2.0. |
@p3nnst8r We generally don't backport fixes, though hashicorp/terraform-provider-google#8444 should also be able to resolve this once it lands. |
google_billing_budget now accepts projects as projects/{project_number}.
projects - (Optional) A set of projects of the form projects/{project_number}, specifying....
Can we change budget module to accept list of project numbers instead of project IDs.
Also make following change in main module:
The text was updated successfully, but these errors were encountered: