mirror of https://github.com/hashicorp/terraform
parent
967d4a61c1
commit
ce0867fa09
@ -0,0 +1,9 @@
|
||||
provider "do" {
|
||||
foo = "${aws_instance.foo.num}"
|
||||
}
|
||||
|
||||
resource "aws_instance" "foo" {
|
||||
num = "2"
|
||||
}
|
||||
|
||||
resource "do_droplet" "bar" {}
|
||||
Loading…
Reference in new issue