We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cec4db commit a2f43d8Copy full SHA for a2f43d8
terraform/stacks/network-new/main.tf
@@ -94,6 +94,6 @@ module "crs320_management_config" {
94
output "debug" {
95
value = var.debug ? {
96
bridge = module.crs320_bridge.debug
97
- mgmt = module.crs320_management_config.debug
98
- }: null
+ mgmt = module.crs320_management_config.debug
+ } : null
99
}
0 commit comments