mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-24 20:01:17 -04:00
5 lines
108 B
HCL
5 lines
108 B
HCL
resource "aws_instance" "foo" {}
|
|
resource "aws_instance" "bar" {
|
|
var = "${aws_instance.foo.whatever}"
|
|
}
|