github.com/handlerbot/terraform@v0.10.0-beta1.0.20180726153736-26b68d98f9cb/terraform/test-fixtures/graph-diff-destroy/main.tf (about)

     1  provider "aws" {}
     2  
     3  resource "aws_instance" "foo" {
     4  }
     5  
     6  resource "aws_instance" "bar" {
     7      foo = "${aws_instance.foo.id}"
     8  }