github.com/muratcelep/terraform@v1.1.0-beta2-not-internal-4/not-internal/configs/testdata/invalid-files/resource-lifecycle-badbool.tf (about) 1 resource "example" "example" { 2 lifecycle { 3 create_before_destroy = "ABSOLUTELY NOT" 4 } 5 }