mirror of https://github.com/hashicorp/terraform
revert 6b8b0617
Revert the evaluation change from #29862. While returning a dynamic value for all expanded resources during validation is not optimal, trying to work around this using unknown maps and lists is causing other undesirable behaviors during evaluation.pull/30171/head
parent
6530055d18
commit
d469e86331
@ -1,4 +1,4 @@
|
||||
resource "aws_instance" "web" {
|
||||
foo = aws_instance.web[*].id
|
||||
foo = "${aws_instance.web.*.foo}"
|
||||
count = 4
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue