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 e0f453a commit 807f05dCopy full SHA for 807f05d
modules/pi-sap-system-type1/main.tf
@@ -1,6 +1,5 @@
1
locals {
2
pi_network = [{ "name" = "${var.prefix}-sap-net", "cidr" = var.pi_networks[0].cidr, "id" = var.pi_networks[0].id }]
3
- #pi_networks = concat(var.pi_networks, [local.pi_sap_network])
4
}
5
#####################################################
6
# Set server type based on region
0 commit comments