Tutorial Manage Kubernetes Resources Failure

I am follow below 2 tutorial to deploy a Nginx on GCP + k8s

Provision a GKE Cluster

Manage Kubernetes Resources via Terraform

But when I trying to Schedule a deployment, I have below issue

[https://34.70.227.246/apis/apps/v1/namespaces/default/deployments/scalable-nginx-example](https://34.70.227.246/apis/apps/v1/namespaces/default/deployments/scalable-nginx-example)": read tcp 172.26.101.14:54386->34.70.227.246:443: read: operation timed out │ │ with kubernetes_deployment.nginx, │ on [k8s.tf](http://k8s.tf/) line 49, in resource "kubernetes_deployment" "nginx": │ 49: resource "kubernetes_deployment" "nginx" {

I followed the tutorial step by step, everything is fine until “Schedule a deployment”

May I know what is the issue and how to fix it? Thanks a lot.