mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-24 08:00:27 -05:00
7 lines
79 B
HCL
7 lines
79 B
HCL
variable "foo" {}
|
|
|
|
module "child" {
|
|
source = "./child"
|
|
foo = var.foo
|
|
}
|