mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-28 17:34:24 -06:00
5 lines
64 B
Terraform
5 lines
64 B
Terraform
|
output "foo" {
|
||
|
value = "5"
|
||
|
description = "Number 5"
|
||
|
}
|