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 a user, that user is claiming responsibility for the issue.
Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.
Whenever there is a change in the service perimeter, the deployment first fails with Error: Error updating ServicePerimeter "xxxx": googleapi: Error 400: The eTag provided 'f1611619354d94bb' does not match the eTag of the current version of the Access Policy, which is '48141e5ffd219c96'. The operation will not be performed.
However on the next retry, the deployment succeeds without any error
Steps to reproduce
terraform apply
Important Factoids
No response
References
Seems like eTag support was recently added to ACM in 6.13.0 which might be directly related #20455
The text was updated successfully, but these errors were encountered:
Community Note
Terraform Version & Provider Version(s)
Terraform v1.6.3
on
Affected Resource(s)
google_access_context_manager_service_perimeter
Terraform Configuration
Debug Output
No response
Expected Behavior
No errors
Actual Behavior
Whenever there is a change in the service perimeter, the deployment first fails with
Error: Error updating ServicePerimeter "xxxx": googleapi: Error 400: The eTag provided 'f1611619354d94bb' does not match the eTag of the current version of the Access Policy, which is '48141e5ffd219c96'. The operation will not be performed.
However on the next retry, the deployment succeeds without any error
Steps to reproduce
terraform apply
Important Factoids
No response
References
Seems like eTag support was recently added to ACM in 6.13.0 which might be directly related
#20455
The text was updated successfully, but these errors were encountered: