github.com/turtlemonvh/terraform@v0.6.9-0.20151204001754-8e40b6b855e8/terraform/test-fixtures/plan-provider-init/main.tf (about)

     1  provider "do" {
     2    foo = "${aws_instance.foo.num}"
     3  }
     4  
     5  resource "aws_instance" "foo" {
     6      num = "2"
     7  }
     8  
     9  resource "do_droplet" "bar" {}