mirror of https://github.com/hashicorp/terraform
parent
5c8c325f43
commit
f4faf2274b
@ -0,0 +1,3 @@
|
||||
resource "aws_instance" "foo" {
|
||||
count = "${list}"
|
||||
}
|
||||
@ -0,0 +1,3 @@
|
||||
resource "aws_instance" "foo" {
|
||||
count = "${list}"
|
||||
}
|
||||
Loading…
Reference in new issue