mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
10 lines
148 B
HCL
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"
|
|
}
|