Skip to content

Commit

Permalink
disable nat
Browse files Browse the repository at this point in the history
Signed-off-by: Kenny Leung <kleung@chainguard.dev>
  • Loading branch information
k4leung4 committed Jan 22, 2025
1 parent 68d6a3b commit e4aa589
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ resource "google_container_cluster" "this" {
}

private_cluster_config {
enable_private_nodes = false
enable_private_endpoint = false
master_ipv4_cidr_block = var.master_ipv4_cidr_block
enable_private_nodes = false
master_global_access_config {
enabled = true
}
Expand Down

0 comments on commit e4aa589

Please sign in to comment.