Skip to content

Commit 39af54a

Browse files
committed
Fix UI security group CIRD block variable
1 parent 5c381ff commit 39af54a

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)