Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
tkerdoncuff committed Feb 6, 2024
1 parent f71a43d commit 8e40d1f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ resource "aws_route_table" "quortex_private" {

content {
cidr_block = "0.0.0.0/0"
#gateway_id = aws_internet_gateway.quortex.id
gateway_id = "igw-666666"
gateway_id = aws_internet_gateway.quortex.id
}
}

Expand All @@ -161,7 +160,7 @@ resource "aws_route_table" "quortex_private" {
}
}

tags = merge({ "Name" = "${var.route_table_prefix}${each.key}" }, var.tags)
tags = merge({ "Name" = "${var.route_table_prefix}${each.key}", "test" = "tke"}, var.tags)
}


Expand Down

0 comments on commit 8e40d1f

Please sign in to comment.