We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8a9c9 commit 2bc4e94Copy full SHA for 2bc4e94
outputs.tf
@@ -23,7 +23,7 @@ output "network" {
23
}
24
25
output "subnet" {
26
- value = ["${module.ipam.*.subnet}"]
+ value = [module.ipam.*.subnet]
27
28
29
output "primary_dns" {
0 commit comments