-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
document expected behavior of min_master_version with incomplete version string #3155
document expected behavior of min_master_version with incomplete version string #3155
Comments
Maybe just add a link to this GKE doc in TF docs? |
What version of the provider are you using? I can't see how |
@rileykarson 0.11.10. It's getting updated because it's a fuzzy version. |
Version of the Google provider! You should see it if you run terraform -v in the directory where your Terraform config files are. |
@rileykarson sorry Terraform v0.11.10
|
Ah, I think I confounded myself- had you specified |
Yes we had Thanks for the quick turnaround and PR. |
Alright, come Let me know if that satisfies both closed issues for you, or if I missed anything on either issue! |
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! |
Community Note
Description
Is it possible to update the
min_master_version
docs here on the expected behavior when specifying an incomplete version string.For example, when I use
min_master_version = "1.11",
terraform plan` outputs,But when I run
terraform apply
, I see the GKE cluster has master version 1.11.7-gke.6. Ideally terraform plan would tell me which exact version it'll actually upgrade the masters to. But if that's not feasible or too hard, can the docs be updated with what the expected behavior should be?Right now it seems to pick the highest version that satisfies the incomplete version string. Is this correct?
Terraform Version
0.11.10
Affected Resource(s)
References
Would help pre-empt questions like this
The text was updated successfully, but these errors were encountered: