NEW: loop and test
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
locals {
|
||||
ips = ["1.2.3.4", "2.3.4.5"]
|
||||
}
|
||||
|
||||
output "out" {
|
||||
value = <<EOF
|
||||
This is the result:
|
||||
${jsonencode(local.ips)}
|
||||
EOF
|
||||
}
|
||||
Reference in New Issue
Block a user