Skip to content

Commit c1a743d

Browse files
committed
fix: removed the unused variable
1 parent f008cb9 commit c1a743d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/platform/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ module "eks" {
5555
enable_private_access = true
5656
enable_public_access = true
5757
hub_account_id = var.hub_account_id
58-
nat_gateway_mode = var.nat_gateway_mode
5958
node_pools = ["system"]
6059
private_subnet_ids = module.network.private_subnet_ids
6160
tags = local.tags

0 commit comments

Comments
 (0)