Skip to content

Commit

Permalink
Fix issue #73 (#74)
Browse files Browse the repository at this point in the history
* Update kubernetes.tf

Remove wrong endif in template

* Update main.tf from vpc module

add to vpc module map_public_ip_on_launch config

* Update main.tf

---------

Co-authored-by: Andrés González <[email protected]>
  • Loading branch information
cm-aulasneo and angonz authored Jun 10, 2024
1 parent a6bb676 commit 310c8b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module "vpc" {
one_nat_gateway_per_az = var.one_nat_gateway_per_az
public_subnet_tags = var.public_subnet_tags
private_subnet_tags = var.private_subnet_tags

map_public_ip_on_launch = true
tags = merge(
local.tags,
{
Expand Down

0 comments on commit 310c8b5

Please sign in to comment.