blob: 942e93dbc485f146dcbac527ee7d42d3beed794a [file] [log] [blame]
resource "aws_instance" "baz" {}
output "id" { value = "${aws_instance.baz.id}" }