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 b873b7a commit f8dc520Copy full SHA for f8dc520
terraform/account-wide-infrastructure/modules/vpc/vpc.tf
@@ -59,7 +59,7 @@ resource "aws_security_group" "sg" {
59
from_port = 3389
60
to_port = 3389
61
protocol = "tcp"
62
- cidr_blocks = ["0.0.0.0/0"]
+ cidr_blocks = [var.vpc_public_subnets_cidr_block]
63
ipv6_cidr_blocks = ["::/0"]
64
}
65
0 commit comments