mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
provider/azurerm: Fixing Acceptance Test for VM tags (#6589)
This commit is contained in:
parent
e14b21ab00
commit
8fce851878
@ -46,7 +46,7 @@ func TestAccAzureRMVirtualMachine_tags(t *testing.T) {
|
||||
resource.TestCheckResourceAttr(
|
||||
"azurerm_virtual_machine.test", "tags.environment", "Production"),
|
||||
resource.TestCheckResourceAttr(
|
||||
"azurerm_virtual_machine.test", "tags.cost_center", "Ops"),
|
||||
"azurerm_virtual_machine.test", "tags.cost-center", "Ops"),
|
||||
),
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user