There was an error while loading. Please reload this page.
1 parent 018dc34 commit 5a8a354Copy full SHA for 5a8a354
examples/terragrunt-wrapper/terragrunt.hcl
@@ -11,11 +11,11 @@ locals {
11
12
# The name of the Virtual Machine clone
13
vm1_clone = "ubuntu2204"
14
- vm2_clone = "ubuntu2210"
+ vm2_clone = "ubuntu2204"
15
16
# Locations to store said VM
17
vm1_storage_location = "local-pve"
18
- vm2_storage_location = "other-storage-location"
+ vm2_storage_location = "local-pve"
19
}
20
21
inputs = {
@@ -44,7 +44,7 @@ inputs = {
44
*/
45
vm-one = {
46
clone = local.vm1_clone
47
- target_node = local.vm1_clone
+ target_node = local.vm1_target_node
48
49
vm_name = "terragrunt-vm-1"
50
0 commit comments