Small fixes for azure

This commit is contained in:
Chris Long
2021-03-13 21:41:20 -08:00
parent 2e6d3899f8
commit 4a8781f698
5 changed files with 14 additions and 9 deletions

View File

@@ -553,7 +553,7 @@ resource "azurerm_virtual_machine" "exchange" {
}
storage_os_disk {
name = "OsDiskWef"
name = "OsDiskExchange"
caching = "ReadWrite"
create_option = "FromImage"
managed_disk_type = "Standard_LRS"