blob: ca44c757d0157647f1db68f5936940715da49c8c [file] [log] [blame]
resource "aws_instance" "a" {}
output "a_output" {
value = "${aws_instance.a.id}"
}