Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Babenko <[email protected]>
  • Loading branch information
sebastianczech and antonbabenko authored Jan 27, 2025
1 parent 847fd13 commit a1202f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ resource "aws_vpc_ipv4_cidr_block_association" "this" {
cidr_block = element(var.secondary_cidr_blocks, count.index)
}

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

Expand Down

0 comments on commit a1202f2

Please sign in to comment.