We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da7784 commit e10bebaCopy full SHA for e10beba
gcp/modules/gke/main.tf
@@ -46,7 +46,7 @@ resource "google_container_cluster" "primary" {
46
# ref : https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#private_cluster_config-1
47
private_cluster_config {
48
# enables private cluster feature,creating a private endpoint on cluster
49
- enable_private_nodes = true
+ enable_private_nodes = true
50
# when enable_private_endpoint is true, it disables the access through public endpoint, hence this is set to false.
51
enable_private_endpoint = false
52
master_ipv4_cidr_block = var.master_ipv4_cidr_block
0 commit comments