Skip to content

Commit b24d004

Browse files
author
Florencia Comuzzi
committed
remove unreal
1 parent 1f96ef7 commit b24d004

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ module "gke_public" {
99
ip_range_pods = "gke-pods"
1010
ip_range_services = "gke-services"
1111

12-
enable_private_nodes = false # Public cluster
13-
enable_private_endpoint = false # Public API endpoint
14-
enable_ip_masq_agent = true
12+
# enable_private_nodes = false # Public cluster
13+
# enable_private_endpoint = false # Public API endpoint
14+
# enable_ip_masq_agent = true
1515
remove_default_node_pool = true
1616

1717
node_pools = [

0 commit comments

Comments
 (0)