mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
fixed postConfig check to verify the corrent vm size
This commit is contained in:
parent
5c0b750466
commit
e761374738
@ -208,7 +208,7 @@ func TestAccAzureRMVirtualMachine_updateMachineSize_managedDisk(t *testing.T) {
|
||||
Check: resource.ComposeTestCheckFunc(
|
||||
testCheckAzureRMVirtualMachineExists("azurerm_virtual_machine.test", &vm),
|
||||
resource.TestCheckResourceAttr(
|
||||
"azurerm_virtual_machine.test", "vm_size", "Standard_A1"),
|
||||
"azurerm_virtual_machine.test", "vm_size", "Standard_DS1"),
|
||||
),
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user