github.com/ricardclau/terraform@v0.6.17-0.20160519222547-283e3ae6b5a9/terraform/test-fixtures/plan-prevent-destroy-good/main.tf (about) 1 resource "aws_instance" "foo" { 2 lifecycle { 3 prevent_destroy = true 4 } 5 }