Skip to content

Commit 5a8a354

Browse files
committed
Incorrect var for vm1 target node
1 parent 018dc34 commit 5a8a354

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/terragrunt-wrapper/terragrunt.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ locals {
1111

1212
# The name of the Virtual Machine clone
1313
vm1_clone = "ubuntu2204"
14-
vm2_clone = "ubuntu2210"
14+
vm2_clone = "ubuntu2204"
1515

1616
# Locations to store said VM
1717
vm1_storage_location = "local-pve"
18-
vm2_storage_location = "other-storage-location"
18+
vm2_storage_location = "local-pve"
1919
}
2020

2121
inputs = {
@@ -44,7 +44,7 @@ inputs = {
4444
*/
4545
vm-one = {
4646
clone = local.vm1_clone
47-
target_node = local.vm1_clone
47+
target_node = local.vm1_target_node
4848

4949
vm_name = "terragrunt-vm-1"
5050

0 commit comments

Comments
 (0)