-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
How to add multiple consumer_accept_lists definitions #12409
Comments
@kgibson-insight this is a bug, but the fix would be a breaking-change. Label is a |
@ScottSuarez to investigate in more depth an approach we could take |
There are a couple options to resolve this.
|
@ScottSuarez is there a preferred solution from that list? Would it be the final bullet, |
|
closed with GoogleCloudPlatform/magic-modules#9058 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform Version
Affected Resource(s)
Terraform Configuration Files
I'm having issue getting terraform to write the same order of list of objects to state, so anytime apply runs, terraform thinks there is a change.
Getting a few warnings
Basically what I'm seeing is list of objects defined in
var.consumer_accept_list
does not match the order in state. Each timeterraform apply
runs, it wants to update the order. The oder that apply wants to update to does not ever get applied in state and state remains unchanged on each run of apply.So:
Rinse repeat.
So is this a bug in provider or am I just doing it wrong?
Question is how to define multiple
consumer_accept_lists
for resourcegoogle_compute_service_attachment
The text was updated successfully, but these errors were encountered: