-
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_storage_blobs can't be attached to vms since v.0.9.3 #62
Comments
Is there a workaround to attach existing images until this issue is fixed? |
Yep, this is still a bug in the latest version of terraform (Terraform v0.10.7) @brandontosch - any ideas when this will be fixed? |
Still an issue in terraform v0.10.8. This is preventing us from upgrading to versions >= 0.9.2. |
This has been fixed via #470 and will go out in the next release |
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! |
This issue was originally opened by @juls as hashicorp/terraform#13660. It was migrated here as part of the provider split. The original body of the issue is below.
Hi there,
since this commit, a existing azurerm_storage_blob can't be attached to a azurerm_virtual_machine anymore. It fails because this test only allows attaching a managed disk.
Terraform Version
Terraform v0.9.3
Affected Resource(s)
Terraform Configuration Files
Based on the azurerm_virtual_machine example:
Expected Behavior
An existing image should be attached. This worked fine until Terraform v0.9.2.
Actual Behavior
Since this was added, it fails with
* azurerm_virtual_machine.test: [ERROR] Must specify which disk to attach
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: