terraform/internal/command/testdata/validate-invalid/main.tf

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

9 lines
192 B
Terraform
Raw Permalink Normal View History

resorce "test_instance" "foo" { # Intentional typo to test error reporting
2015-11-05 09:47:08 -05:00
ami = "bar"
network_interface {
device_index = 0
description = "Main network interface"
2015-11-05 09:47:08 -05:00
}
}