github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/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" {}