-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_shared_image_version deployment #3517
Comments
9 times out of 10 you end up with...
|
hi @rohrerb Thanks for opening this issue :)
Terraform intentionally waits (ignoring bugs) for a resource to be fully provisioned so that it's possible to chain resources together (to for instance, create a Virtual Machine then add it to a Load Balancer) - as such unfortunately that's not an approach we'd taken. Taking a look into this, the root cause of this appears to be hashicorp/go-azure-helpers#22 which I'm going to close this in favour of. In addition once version 2.0 of the Azure Provider becomes available you'll be able to use custom timeouts for resources to set a timeout as needed. Thanks! |
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Community Note
Description
Deployments for
azurerm_shared_image_version
can take 30 minutes to a hour due to terraform waiting for the image replication to complete. Is it possible for terraform to create he resource and complete without waiting for replication to multiple regions.New or Affected Resource(s)
azurerm_shared_image_version
Example Terraform Configuration
The text was updated successfully, but these errors were encountered: