opentofu/command/test-fixtures/apply-error/main.tf
2014-07-07 21:20:48 -07:00

8 lines
113 B
HCL

resource "test_instance" "foo" {
ami = "bar"
}
resource "test_instance" "bar" {
error = "true"
}