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

google_container_cluster deletion_protection argument set to true preventing cluster removal. #233

Open
tgelpi opened this issue Nov 15, 2023 · 0 comments

Comments

@tgelpi
Copy link
Contributor

tgelpi commented Nov 15, 2023

The Terraform google provider version 5.0.0+ defaults setting the deletion_protection attribute to true which prevents removing the cluster with the terraform destroy command.
You must explicitly set deletion_protection=false in order to destroy a cluster. It is recommended to not set this field (or set it to true) until you're ready to destroy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant