Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for regional clusters in google_container_cluster data source #1424

Closed
morgante opened this issue May 2, 2018 · 1 comment
Closed

Comments

@morgante
Copy link

morgante commented May 2, 2018

The google_container_cluster data source does not currently support regional clusters.

Terraform Configuration Files

data "google_container_cluster" "primary" {
  name   = "${var.cluster_name}"
  region = "${var.cluster_region}"
}

Error


Error: module.cluster-info.data.google_container_cluster.primary: "region": this field cannot be set



Error: module.cluster-info.data.google_container_cluster.primary: "zone": required field is not set
@ghost
Copy link

ghost commented Nov 18, 2018

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost unassigned rosbo Nov 18, 2018
@ghost ghost locked and limited conversation to collaborators Nov 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants