Made suggested change
This commit is contained in:
parent
bc381cc73e
commit
9b5bab7df2
@ -133,7 +133,7 @@ resource "azurerm_managed_disk" "test" {
|
|||||||
resource_group_name = azurerm_resource_group.rg.name
|
resource_group_name = azurerm_resource_group.rg.name
|
||||||
storage_account_type = "Standard_LRS"
|
storage_account_type = "Standard_LRS"
|
||||||
create_option = "Empty"
|
create_option = "Empty"
|
||||||
disk_size_gb = "1023"
|
disk_size_gb = "1024"
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "azurerm_virtual_machine_data_disk_attachment" "test" {
|
resource "azurerm_virtual_machine_data_disk_attachment" "test" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user