mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-20 14:00:30 -05:00
9 lines
107 B
HCL
9 lines
107 B
HCL
module "foo" {
|
|
source = "./foo"
|
|
}
|
|
|
|
module "bar" {
|
|
source = "./bar"
|
|
in = "${module.foo.data}"
|
|
}
|