terraform/config/testdata/output-unnamed.tf

8 lines
62 B
HCL

output "okay" {
value = "bar"
}
output {
value = "foo"
}