Skip to content

Commit

Permalink
Changed test VM type
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Mar 14, 2018
1 parent 2bc3bf9 commit 6e77e66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ resource "azurerm_virtual_machine" "test" {
resource_group_name = "${azurerm_resource_group.test.name}"
network_interface_ids = ["${azurerm_network_interface.test.id}"]
vm_size = "Standard_D1_v2"
vm_size = "Standard_M64s"
storage_image_reference {
publisher = "Canonical"
Expand Down

0 comments on commit 6e77e66

Please sign in to comment.