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