mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-05 00:00:31 -04:00
4 lines
70 B
HCL
4 lines
70 B
HCL
resource "aws_instance" "web" {
|
|
foo = "${aws_instance.web.foo}"
|
|
}
|