-
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
Creating multiple Apigee instances failing #10525
Creating multiple Apigee instances failing #10525
Comments
@matt-hottinger did you see below error? @melinath what do you see?
|
I think that makes sense in context of a single GCP region. Our use case would serially stand up a single Apigee instances in two distinct regions, which would respect the limit mentioned above. |
Checkout this bug that was reported with the Hopefully the additional context helps. |
@edwardmedia / @melinath, has there been anymore investigation on this issue or do you need me to provide more information? |
Sorry, I wasn't able to do further investigation at this time. I'll remove my assignment so that it gets flagged as an unassigned bug. |
@xuchenma's change in GoogleCloudPlatform/magic-modules#5701 addressed the primary issue, I'll add an additional prevention mechanism (a retry rule) and close. These changes may not eliminate the issue entirely, as the restriction is still present at the API layer, but should substantially reduce the chances of it occurring. |
Same problem when you add SINGLE env as attachment to two or more Apigee instances:
Terraform see that it can create these two objects in parallel - but Apigee API does not allow it. So it is more generic problem in Terraform GCP Provider for APigeeX object creations. |
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. |
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: 0.15.5
Provider: hashicorp/google v4.0.0
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Both Apigee Instance are created successfully
Actual Behavior
Steps to Reproduce
Attempt to create two Apigee Instances back-to-back.
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: