mirror of https://github.com/hashicorp/terraform
If a count field references another count field which is interpolated but is attached to a resource already in the state, the result of that first interpolation will be lost when a plan is serialized. This is because the result of the first interpolation is stored directly in the module config, in an unexported config field. This is not a general fix for the above situation, which would require refactoring how counts are handles throughout the config. Ignoring the error works, because in most cases the count will be properly handled during the resource's interpolation.pull/17548/head
parent
f3d1fb3aff
commit
a2718e4f79
Loading…
Reference in new issue