mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-13 01:00:50 -04:00
6 lines
81 B
HCL
6 lines
81 B
HCL
module "foo" {}
|
|
|
|
resource "aws_instance" "foo" {
|
|
foo = "${module.foo.bar}"
|
|
}
|