mirror of https://github.com/hashicorp/terraform
It's bad manners! :) Also adds a validation error up at the configuration layer so the user sees the case from #1528 as an error message. fixes #1528pull/1534/head
parent
062947556a
commit
347690a73e
@ -0,0 +1,6 @@
|
||||
resource "aws_instance" "foo" {
|
||||
}
|
||||
|
||||
output "notgood" {
|
||||
value = "${count.index}"
|
||||
}
|
||||
Loading…
Reference in new issue