github.com/justnom/terraform@v0.5.4-0.20180524223219-170a1530d1ca/config/test-fixtures/lifecycle_cbd_typo.tf (about) 1 resource "foo" "bar" { 2 lifecycle { 3 create_before_destroyy = false 4 } 5 }