Skip to content

Commit 2deaac5

Browse files
Update main.tf
Co-authored-by: Anton Babenko <[email protected]>
1 parent a1202f2 commit 2deaac5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ resource "aws_vpc_block_public_access_options" "this" {
6565
internet_gateway_block_mode = var.internet_gateway_block_mode
6666
}
6767

68-
# https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_block_public_access_exclusion
6968
resource "aws_vpc_block_public_access_exclusion" "this" {
7069
for_each = var.vpc_block_public_access_exclusions
7170

0 commit comments

Comments
 (0)