Skip to content

Commit

Permalink
fix sg rule creation logic
Browse files Browse the repository at this point in the history
  • Loading branch information
digihunch committed Feb 14, 2025
1 parent e3e9d32 commit c2df806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/ec2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ locals {
from_port = 443
to_port = 443
protocol = "tcp"
cidr_blocks = var.vpc_config.dcm_cli_cidrs
cidr_blocks = var.vpc_config.web_cli_cidrs
rule_desc = "Allow web traffic"
},
{
Expand Down

0 comments on commit c2df806

Please sign in to comment.