opentofu/config/testdata/output-unnamed.tf
2019-06-30 10:16:15 +02:00

8 lines
62 B
HCL

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