terraform-google-bigquery
terraform-google-bigquery copied to clipboard
new attribute deletion_protection
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
We should expose a variable deletion_protection
with a default of true.
Sure, Terraform plan has deletion_protection = true but It would be nice to have such input value deletion_protection and be able to change.