Skip to content

Commit

Permalink
fix: typo in public_subnet tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Pragliola authored and omissis committed Apr 12, 2023
1 parent b6ca9ac commit eaf9387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module "vpc" {
"kubernetes.io/cluster/${cluster_name}" => "shared"
},
{
"kubernetes.io/role/internal-elb" = "1"
"kubernetes.io/role/elb" = "1"
}
)

Expand Down

0 comments on commit eaf9387

Please sign in to comment.