terraform/command/test-fixtures/apply-error/main.tf

8 lines
113 B
HCL

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