blob: 3ad8fd077013b99b3bfe2d882bdff7ad9d448c6b [file] [log] [blame]
resource "aws_instance" "foo" {
}
output "id" {
value = "${aws_instance.foo.id}"
}