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