Skip to content

Commit a1202f2

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

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
@@ -59,7 +59,6 @@ resource "aws_vpc_ipv4_cidr_block_association" "this" {
5959
cidr_block = element(var.secondary_cidr_blocks, count.index)
6060
}
6161

62-
# https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_block_public_access_options
6362
resource "aws_vpc_block_public_access_options" "this" {
6463
count = var.internet_gateway_block_enabled ? 1 : 0
6564

0 commit comments

Comments
 (0)