github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/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  }