-
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
google_vpc_access_connector forces recreate with default max_throughput #10244
Comments
Seems similar to the observation in #9228 (comment) |
Hmm, suspicious ... I wonder if the API automatically sets it to 100 x |
Yes, it looks like we should probably prohibit providing both
Funny, the solution in #9228 worked for literally the one user who filed the bug - but will stop working as soon as they change their number of instances. Okay, sure - might be okay to just remove the default and add an |
Yeah, okay, this needs a bigger change with more conflicts specified. Working on that. |
Got a bit confused by this resource being GA, but updating a connector in GCP is preview |
[upstream:736bafb3e3e83b763956489408846f5ae483ed47] Signed-off-by: Modular Magician <[email protected]>
[upstream:736bafb3e3e83b763956489408846f5ae483ed47] Signed-off-by: Modular Magician <[email protected]>
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Terraform v1.0.6
on darwin_amd64
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
No diff after apply.
Actual Behavior
Diff with force recreate.
Initial apply
Subsequent apply
Steps to Reproduce
terraform apply
Important Factoids
This might be an API limitation and seems to happen when I specify an explicit
max_instances
value.References
saw a similar issue here GoogleCloudPlatform/magic-modules#4823
b/308570051
The text was updated successfully, but these errors were encountered: