mirror of https://github.com/hashicorp/terraform
We've intentionally changed the behavior for "count = 1" so that it'll assign an index to the created instance even though there's only one. The un-indexed behavior now applies only if count isn't set _at all_, thus avoiding weird behavior if a count is _dynamically_ set to 1 via an expression but is assumed to be a list elsewhere in configuration.pull/19086/head
parent
80b20a1d9b
commit
b0193253b9
Loading…
Reference in new issue