github.com/i0n/terraform@v0.4.3-0.20150506151324-010a39a58ec1/config/test-fixtures/validate-output-bad-field/main.tf (about) 1 resource "aws_instance" "web" { 2 } 3 4 output "ip" { 5 value = "foo" 6 another = "nope" 7 }