github.com/xyziemba/terraform@v0.7.1-0.20160816223025-3ea544774db1/config/test-fixtures/lifecycle_cbd_typo.tf (about) 1 resource "foo" "bar" { 2 lifecycle { 3 create_before_destroyy = false 4 } 5 }