provider/azurerm: VMSS Managed Disk - storage_profile_os_disk.name
should be optional
#14932
Labels
storage_profile_os_disk.name
should be optional
#14932
Currently when creating a Managed Disk in an
azurerm_virtual_machine_scale_set
- thename
field understorage_profile_os_disk
is a Required field. However this can't be set at the same time asmanaged_disk_type
, as such it needs to be set to an empty string - instead this would make more sense as an Optional field.Terraform Version
0.9.6
Affected Resource(s)
azurerm_vm_scale_set
Terraform Configuration Files
Debug Output
n/a
Panic Output
n/a
Expected Behavior
The
name
field in thestorage_profile_os_disk
object should be Optional, rather than Required - given it's only mandatory for non-managed disks.Actual Behavior
The
name
field needs to be set to an empty string currently (see the HCL above)References
The text was updated successfully, but these errors were encountered: