mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-14 22:02:22 -04:00
4 lines
64 B
HCL
4 lines
64 B
HCL
resource "aws_instance" "foo" {
|
|
foo = "${module.foo.bar}"
|
|
}
|