Skip to content

Instantly share code, notes, and snippets.

@bernadinm
Last active September 27, 2017 21:55
Show Gist options
  • Save bernadinm/ac4b774c9dc028283cfed4ce5e663dcd to your computer and use it in GitHub Desktop.
Save bernadinm/ac4b774c9dc028283cfed4ce5e663dcd to your computer and use it in GitHub Desktop.
Should force for new creation
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
~ azurerm_virtual_machine.agent[0]
vm_size: "Standard_DS1_v2" => "Standard_DS11_v2"
~ azurerm_virtual_machine.agent[1]
vm_size: "Standard_DS1_v2" => "Standard_DS11_v2"
~ azurerm_virtual_machine.master[0]
vm_size: "Standard_DS1_v2" => "Standard_DS11_v2"
~ azurerm_virtual_machine.master[1]
vm_size: "Standard_DS1_v2" => "Standard_DS11_v2"
~ azurerm_virtual_machine.master[2]
vm_size: "Standard_DS1_v2" => "Standard_DS11_v2"
~ azurerm_virtual_machine.public-agent
vm_size: "Standard_DS1_v2" => "Standard_DS11_v2"
Plan: 0 to add, 6 to change, 0 to destroy.
------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment