-
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
Make removals in google_container_cluster #2395
Conversation
23a0217
to
f1fb6c9
Compare
CHANGELOG.md
Outdated
@@ -5,6 +5,7 @@ BACKWARDS INCOMPATIBILITIES: | |||
* compute: `google_compute_instance`, `google_compute_instance_from_template` `metadata` field is now authoritative and will remove values not explicitly set in config. [GH-2208] | |||
* compute: `google_compute_project_metadata` resource is now authoritative and will remove values not explicitly set in config. [GH-2205] | |||
* compute: `google_compute_url_map` resource is now authoritative and will remove values not explicitly set in config. [GH-2245] | |||
* compute: `google_compute_global_forwarding_rule.labels` is removed from the `google` provider and must be used in the `google-beta` provider. [GH-2399] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did this happen???
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huh! That was weird. I expect it was a race condition between the Magician doing merge-prs and my changes to the changelog? Looks like another run clobbered it.
f1fb6c9
to
b2e7c11
Compare
`private_cluster` and `master_ipv4_cidr_block` were not moved to google-beta but replaced by new fields. hashicorp/terraform-provider-google#2395 GA since 2018/10/02: https://cloud.google.com/kubernetes-engine/release-notes#october-2-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 👉 hashibot-feedback@hashicorp.com. Thanks! |
/cc @rileykarson