github.com/mohanarpit/terraform@v0.6.16-0.20160909104007-291f29853544/terraform/test-fixtures/plan-prevent-destroy-good/main.tf (about) 1 resource "aws_instance" "foo" { 2 lifecycle { 3 prevent_destroy = true 4 } 5 }