mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-04 12:50:29 -06:00
5 lines
62 B
Terraform
5 lines
62 B
Terraform
|
module "foo" {
|
||
|
source = "./foo"
|
||
|
foo = "${self.bar}"
|
||
|
}
|