-
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
google_container_cluster regional clusters are GA and not beta anymore #2286
Comments
@danawillow is it safe to just rip out the deprecation warning here? |
Neat! Probably yes, but I'd check the PR that added the deprecation warning just to make sure it didn't do anything else. |
<!-- This change is generated by MagicModules. --> /cc @danawillow Fixes #2286
<!-- This change is generated by MagicModules. --> /cc @danawillow Fixes #2286
<!-- This change is generated by MagicModules. --> /cc @danawillow Fixes #2286
<!-- This change is generated by MagicModules. --> /cc @danawillow Fixes #2286
<!-- This change is generated by MagicModules. --> /cc @danawillow Fixes #2286
<!-- This change is generated by MagicModules. --> /cc @danawillow Fixes #2286
<!-- This change is generated by MagicModules. --> /cc @danawillow Fixes #2286
The docs still specify
|
It's on |
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 👉 hashibot-feedback@hashicorp.com. Thanks! |
Community Note
Terraform Version
Terraform v0.11.8
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
terraform validate
should not complainActual Behavior
terraform validate
complains aboutregion
being a beta / deprecated:Steps to Reproduce
terraform init
terraform validate
Important Factoids
Terraform docs
https://www.terraform.io/docs/providers/google/r/container_cluster.html#region also mark
region
as beta, however Regional Clusters have been GA since June: https://cloud.google.com/blog/products/gcp/regional-clusters-in-google-kubernetes-engine-are-now-generally-availableReferences
The text was updated successfully, but these errors were encountered: