mirror of https://github.com/hashicorp/terraform
A bug in ConfigTreeDependencies, where a pointer was being updated instead of the map value, meant that only the first provider config version constraing to be processes was being stored. This fixes that bug, so now the returned moduledeps.Providers could have multiple version constraints. The responsibility for resolving provider version selection continues to lie in the command package's ProviderResolver (under plugins.go).pull/24048/head
parent
c242f9389d
commit
b4f21b6044
Loading…
Reference in new issue