github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/config/testdata/lifecycle_cbd_typo.tf (about)

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