mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-24 16:10:46 -06:00
9 lines
125 B
HCL
9 lines
125 B
HCL
variable "v" {
|
|
description = "in child_ba module"
|
|
default = ""
|
|
}
|
|
|
|
output "hello" {
|
|
value = "Hello from child_a!"
|
|
}
|