mirror of https://github.com/hashicorp/terraform
parent
ced4125037
commit
53d05cb81f
@ -0,0 +1,8 @@
|
||||
resource "aws_instance" "foo" {
|
||||
num = "2"
|
||||
compute = "foo"
|
||||
}
|
||||
|
||||
resource "aws_instance" "bar" {
|
||||
count = "${aws_instance.foo.foo}"
|
||||
}
|
||||
Loading…
Reference in new issue