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

9 lines
192 B
Terraform
Raw Normal View History

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