tflint-ruleset-google icon indicating copy to clipboard operation
tflint-ruleset-google copied to clipboard

[proposal] Warn google_bigtable_table without prevent_destroy

Open wata727 opened this issue 5 years ago • 0 comments
trafficstars

See https://www.terraform.io/docs/providers/google/r/bigtable_table.html

Note: It is strongly recommended to set lifecycle { prevent_destroy = true } on tables in order to prevent accidental data loss. See Terraform docs for more information on lifecycle parameters.

wata727 avatar Sep 26 '20 13:09 wata727