fixed typo in vm_size

This commit is contained in:
Brandon Tosch 2017-03-10 14:58:08 -08:00
parent a2716f76db
commit 34c0dd7ead
1 changed files with 1 additions and 1 deletions

View File

@ -3031,7 +3031,7 @@ resource "azurerm_virtual_machine" "test" {
location = "West US 2" location = "West US 2"
resource_group_name = "${azurerm_resource_group.test.name}" resource_group_name = "${azurerm_resource_group.test.name}"
network_interface_ids = ["${azurerm_network_interface.test.id}"] network_interface_ids = ["${azurerm_network_interface.test.id}"]
vm_size = "Standard_DS1_v2_v2" vm_size = "Standard_DS1_v2"
storage_image_reference { storage_image_reference {
publisher = "kemptech" publisher = "kemptech"