Skip to content

Commit e10beba

Browse files
committed
lint
1 parent 5da7784 commit e10beba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcp/modules/gke/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ resource "google_container_cluster" "primary" {
4646
# ref : https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#private_cluster_config-1
4747
private_cluster_config {
4848
# enables private cluster feature,creating a private endpoint on cluster
49-
enable_private_nodes = true
49+
enable_private_nodes = true
5050
# when enable_private_endpoint is true, it disables the access through public endpoint, hence this is set to false.
5151
enable_private_endpoint = false
5252
master_ipv4_cidr_block = var.master_ipv4_cidr_block

0 commit comments

Comments
 (0)