From a1202f23dd0c6b4a49318f9fed2687a9c21f243b Mon Sep 17 00:00:00 2001 From: Sebastian Czech Date: Mon, 27 Jan 2025 23:09:42 +0100 Subject: [PATCH] Update main.tf Co-authored-by: Anton Babenko --- main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/main.tf b/main.tf index 638e1e805..8f7459f14 100644 --- a/main.tf +++ b/main.tf @@ -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