github.com/paulmey/terraform@v0.5.2-0.20150519145237-046e9b4c884d/terraform/test-fixtures/plan-prevent-destroy-good/main.tf (about) 1 resource "aws_instance" "foo" { 2 lifecycle { 3 prevent_destroy = true 4 } 5 }