github.com/maheshbr/terraform@v0.3.1-0.20141020033300-deec7194a3ea/config/test-fixtures/validate-var-default-interpolate/main.tf (about)

     1  variable "foo" {
     2    default = "${aws_instance.foo.bar}"
     3  }