mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-18 04:32:59 -06:00
5 lines
64 B
HCL
5 lines
64 B
HCL
output "foo" {
|
|
value = "5"
|
|
description = "Number 5"
|
|
}
|