We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f008cb9 commit c1a743dCopy full SHA for c1a743d
examples/platform/main.tf
@@ -55,7 +55,6 @@ module "eks" {
55
enable_private_access = true
56
enable_public_access = true
57
hub_account_id = var.hub_account_id
58
- nat_gateway_mode = var.nat_gateway_mode
59
node_pools = ["system"]
60
private_subnet_ids = module.network.private_subnet_ids
61
tags = local.tags
0 commit comments