Skip to content

Commit c2df806

Browse files
committed
fix sg rule creation logic
1 parent e3e9d32 commit c2df806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules/ec2/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ locals {
2222
from_port = 443
2323
to_port = 443
2424
protocol = "tcp"
25-
cidr_blocks = var.vpc_config.dcm_cli_cidrs
25+
cidr_blocks = var.vpc_config.web_cli_cidrs
2626
rule_desc = "Allow web traffic"
2727
},
2828
{

0 commit comments

Comments
 (0)