terraform/config/testdata/validate-output-bad-field/main.tf

8 lines
86 B
Terraform
Raw Normal View History

2014-07-28 19:43:00 +02:00
resource "aws_instance" "web" {
}
output "ip" {
value = "foo"
another = "nope"
}