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

10 lines
168 B
Terraform
Raw Normal View History

2015-11-05 15:47:08 +01:00
resource "test_instance" "foo" {
ami = "bar"
network_interface {
device_index = 0
name = test
description = "Main network interface"
}
}