Files
terraform-docs/internal/pkg/doc/testdata/outputs.tf
2018-09-21 08:49:52 +02:00

10 lines
148 B
HCL

// It's output number one.
output "output-1" {
value = "1"
}
output "output-2" {
description = "It's output number two."
value = "2"
}