github.com/CodeherentUK/terraform@v0.11.10/configs/test-fixtures/invalid-files/data-resource-lifecycle.tf (about)

     1  data "example" "example" {
     2    lifecycle {
     3      # This block intentionally left blank
     4    }
     5  }