Skip to content

Commit

Permalink
private
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Jan 17, 2025
1 parent 243c654 commit 61a8e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tofu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ resource "google_container_cluster" "primary" {

private_cluster_config {
enable_private_nodes = true
private_endpoint_subnetwork = google_compute_subnetwork.subnet.self_link
# private_endpoint_subnetwork = google_compute_subnetwork.subnet.self_link
master_ipv4_cidr_block = "172.16.0.0/28"
}
ip_allocation_policy {
Expand Down

0 comments on commit 61a8e40

Please sign in to comment.