I want to create similar configuration as described here: https://cloud.google.com/compute/docs/vpc/special-configurations#natgateway
with Terraform but "no-ip" instances are in Kubernetes cluster. Problem is such when you do it manually with command simmilar to:
gcloud container clusters create container-name --tags=sometag
You can set up tags for whole instances started in this cluster but i can't see such possibility when im trying to do that same with Terraform: https://www.terraform.io/docs/providers/google/r/container_cluster.html
Is there posibility to set tags with Terraform config? I was trying too to find out how to update them manually after all with "gcloud" command but i can't find such possibility too.