mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-14 19:00:37 -05:00
9 lines
128 B
HCL
9 lines
128 B
HCL
resource "aws_instance" "foo" {
|
|
num = "2"
|
|
compute = "foo"
|
|
}
|
|
|
|
data "aws_vpc" "bar" {
|
|
foo = "${aws_instance.foo.foo}"
|
|
}
|