You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
If an issue is assigned to the 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 to hashibot, a community member has claimed the issue already.
The update works fine in the log file, but after the update it seems to trigger a loop where it tries to hit a URL that is constantly returning a 404 until it exceeds the retries. See below the debug output:
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.5.7
on darwin_arm64
Affected Resource(s)
Terraform Configuration Files
I am updating the authorized_network in an Apigee organization using the following resource
Debug Output
The update works fine in the log file, but after the update it seems to trigger a loop where it tries to hit a URL that is constantly returning a 404 until it exceeds the retries. See below the debug output:
Because of that the apply ends erroring out the following:
It looks to me that the URL that is being built to hit in this wait condition here is not ok
https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/apigee/resource_apigee_organization.go#L482
http://apigee.googleapis.com/v1/{project_id} is not a vailid url. Check here the Apigee API reference.
Could someone have a look at this and confirm that it is actually a bug?
Thanks.
b/301736369
The text was updated successfully, but these errors were encountered: