terraform/internal/cloud/testdata/apply-with-error/main.tf

6 lines
77 B
HCL

resource "null_resource" "foo" {
triggers {
random = "${guid()}"
}
}