You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #701, we introduced a provider panel with a list of providers for a module.
Problem Statement
The current implementation displays the type, namespace, version constraints and installed version of each provider. Users can only know what alternative names are providers available under by finding and reading the relevant part of the configuration (i.e. required_providers block).
Expected User Experience
Users can see any alternative name for each provider in the same pane alongside provider requirements.
Background
In #701, we introduced a provider panel with a list of providers for a module.
Problem Statement
The current implementation displays the type, namespace, version constraints and installed version of each provider. Users can only know what alternative names are providers available under by finding and reading the relevant part of the configuration (i.e.
required_providers
block).Expected User Experience
Users can see any alternative name for each provider in the same pane alongside provider requirements.
Proposal
terraform-ls.module.providers
(introduced in Introduce list module providers command terraform-ls#712) to include a list of alternative namesNotes
The text was updated successfully, but these errors were encountered: