github.com/nov1n/terraform@v0.7.9-0.20161103151050-bf6852f38e28/config/test-fixtures/lifecycle_cbd_typo.tf (about)

     1  resource "foo" "bar" {
     2      lifecycle {
     3          create_before_destroyy = false
     4      }
     5  }