mirror of https://github.com/hashicorp/terraform
addProviderRequirements() was incorrectly using the map keys from the module provider configs when looking up the provider FQN. The map keys include alias, so this resulted in a panic. Update addProviderRequirements() to use the provider's name (only) when looking up the FQN.pull/25110/head
parent
daa57ba9f6
commit
6fbd3942ea
Loading…
Reference in new issue