github.com/maheshbr/terraform@v0.3.1-0.20141020033300-deec7194a3ea/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" {}