terraform/config/testdata/validate-output-description/main.tf

5 lines
64 B
HCL

output "foo" {
value = "5"
description = "Number 5"
}