-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Region variable should be optional for zonal clusters #235
Labels
enhancement
New feature or request
Comments
paulpalamarchuk
added a commit
to paulpalamarchuk/terraform-google-kubernetes-engine
that referenced
this issue
Aug 27, 2019
* `region` variable became optional for zonal clusters (Fixes terraform-google-modules#235)
Merged
aaron-lane
changed the title
Regional variable should be optional for zonal clusters
Region variable should be optional for zonal clusters
Sep 10, 2019
paulpalamarchuk
added a commit
to paulpalamarchuk/terraform-google-kubernetes-engine
that referenced
this issue
Sep 11, 2019
* `region` variable became optional for zonal clusters (Fixes terraform-google-modules#235)
paulpalamarchuk
added a commit
to paulpalamarchuk/terraform-google-kubernetes-engine
that referenced
this issue
Sep 26, 2019
* `region` variable became optional for zonal clusters (Fixes terraform-google-modules#235)
paulpalamarchuk
added a commit
to paulpalamarchuk/terraform-google-kubernetes-engine
that referenced
this issue
Oct 10, 2019
* `region` variable became optional for zonal clusters (Fixes terraform-google-modules#235)
paulpalamarchuk
added a commit
to paulpalamarchuk/terraform-google-kubernetes-engine
that referenced
this issue
Oct 12, 2019
* `region` variable became optional for zonal clusters (Fixes terraform-google-modules#235)
CPL-markus
pushed a commit
to WALTER-GROUP/terraform-google-kubernetes-engine
that referenced
this issue
Jul 15, 2024
* `region` variable became optional for zonal clusters (Fixes terraform-google-modules#235)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the 'region' variable is always required: https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/master/variables.tf#L41
We should only require this be specified for regional clusters (not for zonal clusters).
The text was updated successfully, but these errors were encountered: