github.com/pgray/terraform@v0.5.4-0.20170822184730-b6a464c5214d/config/test-fixtures/lifecycle_cbd_typo.tf (about)

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