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

new attribute deletion_protection #107

Open
SergiiGlad opened this issue Mar 2, 2021 · 2 comments
Open

new attribute deletion_protection #107

SergiiGlad opened this issue Mar 2, 2021 · 2 comments
Labels
enhancement New feature or request P2 high priority issues triaged Scoped and ready for work

Comments

@SergiiGlad
Copy link

On newer versions of the provider, you must explicitly set deletion_protection=false in order to destroy an instance.
google_bigquery_table resources now cannot be destroyed unless deletion_protection = false is set in state for the resource.
Current version module hasn't had attribute deletion_protection

@morgante morgante added enhancement New feature or request P2 high priority issues triaged Scoped and ready for work labels Mar 2, 2021
@morgante
Copy link
Contributor

morgante commented Mar 2, 2021

We should expose a variable deletion_protection with a default of true.

@SergiiGlad
Copy link
Author

Sure, Terraform plan has deletion_protection = true but It would be nice to have such input value deletion_protection and be able to change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P2 high priority issues triaged Scoped and ready for work
Projects
None yet
Development

No branches or pull requests

2 participants