github.com/opentofu/opentofu@v1.7.1/internal/cloud/testdata/apply-json-with-provisioner-error/main.tf (about)

     1  resource "null_resource" "foo" {
     2    provisioner "local-exec" {
     3      command = "exit 125"
     4    }
     5  }