Skip to content

Commit 1155c56

Browse files
Update modules/pi-sap-system-type1/main.tf
Co-authored-by: Suraj Bharadwaj <[email protected]>
1 parent d90bc6f commit 1155c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/pi-sap-system-type1/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
locals {
2-
pi_network = [{ "name" = "${var.prefix}-sap-net", "cidr" = var.pi_networks[0].cidr, "id" = var.pi_networks[0].id }]
2+
pi_networks = [{ "name" = "${var.prefix}-sap-net", "cidr" = var.pi_networks[0].cidr, "id" = var.pi_networks[0].id }]
33
}
44
#####################################################
55
# Set server type based on region

0 commit comments

Comments
 (0)