Skip to content

Commit 0462267

Browse files
authored
Merge pull request #2 from tkbky/fix-ui-sg-undeclared-var
Fix UI security group CIRD block variable
2 parents 47d68d7 + 39af54a commit 0462267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ui/ec2.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ resource "aws_security_group" "ui_lb_security_group" {
4444
from_port = 443
4545
to_port = 443
4646
protocol = "tcp"
47-
cidr_blocks = var.cidr_allow_list
47+
cidr_blocks = var.ui_allow_list
4848
description = "Allow public HTTPS"
4949
}
5050

0 commit comments

Comments
 (0)