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 d90bc6f commit 1155c56Copy full SHA for 1155c56
modules/pi-sap-system-type1/main.tf
@@ -1,5 +1,5 @@
1
locals {
2
- pi_network = [{ "name" = "${var.prefix}-sap-net", "cidr" = var.pi_networks[0].cidr, "id" = var.pi_networks[0].id }]
+ pi_networks = [{ "name" = "${var.prefix}-sap-net", "cidr" = var.pi_networks[0].cidr, "id" = var.pi_networks[0].id }]
3
}
4
#####################################################
5
# Set server type based on region
0 commit comments