mirror of https://github.com/hashicorp/terraform
Merge pull request #8243 from hashicorp/b-simple-var-validate
config: count can't be a SimpleVariablepull/8247/head
commit
9acde0c2c8
@ -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