mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-13 16:00:47 -04:00
6 lines
89 B
HCL
6 lines
89 B
HCL
resource "aws_instance" "web" {}
|
|
|
|
output "foo" {
|
|
value = "${aws_instance.web.foo}"
|
|
}
|