-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Azure VMSS documentation corrections #14906
Comments
…fix for VM resources (hashicorp#14906)
Hi @ATLD Thanks for reporting these issues :) PR #14915 has been merged which solves the documentation bugs raised here - so I'm going to close this issue. I've also opened issue #14932 to make the Thanks! :) |
`storage_profile_os_disk.name` must be set to "" when using managed disks. See: * hashicorp/terraform#14906 * hashicorp/terraform#14932
`storage_profile_os_disk.name` must be set to "" when using managed disks. See: * hashicorp/terraform#14906 * hashicorp/terraform#14932
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Terraform Version
Terraform v0.9.6
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
In case managed disks are used in Azure VMSS resource, name in storage_profile_os_disk must be set to blank. The example for managed disks in documentation should reflect this. Name should be blank in example.
Actual Behavior
With above example, Terraform drops following error:
Additionally, there is a bug in documentation:
in lun section, there is extra Premium_LRS. which I think should belong to managed_disk_type section.
The text was updated successfully, but these errors were encountered: