Skip to content

Commit 2bc4e94

Browse files
committed
Added ability to dynaicall call OneFuse modules from main OneFuse module
1 parent 0a8a9c9 commit 2bc4e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ output "network" {
2323
}
2424

2525
output "subnet" {
26-
value = ["${module.ipam.*.subnet}"]
26+
value = [module.ipam.*.subnet]
2727
}
2828

2929
output "primary_dns" {

0 commit comments

Comments
 (0)