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

8 lines
86 B
HCL

resource "aws_instance" "web" {
}
output "ip" {
value = "foo"
another = "nope"
}