Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 80e55a5

Browse files
committed
Add comment for prefix list
1 parent 2f911d0 commit 80e55a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/vpc.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ resource "aws_security_group" "lb" {
5757
from_port = 443
5858
to_port = 443
5959
protocol = "tcp"
60-
prefix_list_ids = [
60+
prefix_list_ids = [ # Allow traffic from cloudfront which IPs are stored in an aws managed prefix list
6161
"pl-3b927c52",
6262
]
6363
}

0 commit comments

Comments
 (0)