Skip to content

Commit

Permalink
stupid debug
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL committed Dec 19, 2023
1 parent edeefb8 commit 9e06596
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion operations/deployment/terraform/modules/aws/vpc/aws_vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ resource "aws_subnet" "public" {
vpc_id = aws_vpc.main[0].id
cidr_block = element(local.aws_vpc_public_subnets, count.index)
availability_zone = element(local.aws_vpc_availability_zones, count.index)
map_public_ip_on_launch = true
# map_public_ip_on_launch = true
map_public_ip_on_launch = false # EKS-DEBUG

tags = merge({
Name = "${var.aws_resource_identifier}-public${count.index + 1}"
Expand Down

0 comments on commit 9e06596

Please sign in to comment.