GoogleCloudPlatform / gke-network-policy-demo

This guide demonstrates how to improve the security of your Kubernetes Engine by applying fine-grained restrictions to network communication. You will provision a simple HTTP server and two client pods in a Kubernetes Engine cluster, then use a Network Policy restrict connections from client pods.
Apache License 2.0
99 stars 85 forks source link

make tf-apply didn't work under provider version 4 #40

Open cyberle opened 2 years ago

cyberle commented 2 years ago

I use provider version 4.10.0. make tf-apply shows below error: Error: Missing required argument │ │ on main.tf line 70, in resource "google_container_cluster" "primary": │ 70: private_cluster_config { │ │ The argument "enable_private_endpoint" is required, but no definition was found. how to resolve?