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