Last active
September 27, 2017 21:55
-
-
Save bernadinm/ac4b774c9dc028283cfed4ce5e663dcd to your computer and use it in GitHub Desktop.
Should force for new creation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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