Skip to content

Commit 25d87a2

Browse files
committed
fix: use correct datastore id
1 parent d970f1a commit 25d87a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tf/workload_vms.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ locals {
77
vm_cpu_type = "x86-64-v2-AES"
88
vm_memory_mb = 8192
99
vm_disk_size_gb = 80
10-
vm_datastore_id = "vm-data"
11-
vm_cloud_init_datastore_id = "vm-data"
10+
vm_datastore_id = "vmdata"
11+
vm_cloud_init_datastore_id = "vmdata"
1212
vm_network_bridge = "sgfdevs"
1313
vm_vlan_id = 13
1414

0 commit comments

Comments
 (0)