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 d6176b3 commit 35208a4Copy full SHA for 35208a4
network.tf
@@ -4,7 +4,6 @@ locals {
4
igw_name = "${var.namespace}-igw-${var.stage}"
5
default_rt_name = "${var.namespace}-default-rt-${var.stage}"
6
subnet_name = "${var.namespace}-subnet-${var.stage}"
7
- seclist_name = "${var.namespace}-seclist-${var.stage}"
8
}
9
10
# Virtual Cloud Network
0 commit comments