Skip to content

Commit 807f05d

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
locals {
22
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])
43
}
54
#####################################################
65
# Set server type based on region

0 commit comments

Comments
 (0)