Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit cdcc923

Browse files
authored
Changes to make acceptance tests run with v0.12 changes (#18)
1 parent c37fffe commit cdcc923

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

vra7/resource_vra7_deployment_test.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@ deployment_configuration = {
234234
deployment_property = "updated custom deployment property"
235235
}
236236
resource_configuration = {
237-
vSphereVM1.cpu = 1
238-
vSphereVM1.memory = 1024
239-
vSphereVM1.machine_property = "updated machine custom property"
237+
"vSphereVM1.cpu" = 1
238+
"vSphereVM1.memory" = 1024
239+
"vSphereVM1.machine_property" = "updated machine custom property"
240240
}
241241
wait_timeout = 20
242242
businessgroup_name = "Development"
@@ -256,9 +256,9 @@ deployment_configuration = {
256256
deployment_property = "custom deployment property"
257257
}
258258
resource_configuration = {
259-
vSphereVM1.cpu = 1
260-
vSphereVM1.memory = 2048
261-
vSphereVM1.machine_property = "machine custom property"
259+
"vSphereVM1.cpu" = 1
260+
"vSphereVM1.memory" = 2048
261+
"vSphereVM1.machine_property" = "machine custom property"
262262
}
263263
wait_timeout = 20
264264
businessgroup_name = "Development"

0 commit comments

Comments
 (0)