terraform/internal/command/testdata/apply-error/main.tf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
106 B
Terraform
Raw Permalink Normal View History

2014-07-28 13:43:00 -04:00
resource "test_instance" "foo" {
ami = "bar"
}
resource "test_instance" "bar" {
error = "true"
}