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
Completing all providers is currently blocked on hashicorp/terraform#24261 but this could be initially implemented in a minimal way where we only complete init'd providers.
The idea is that after implementing we're able to complete provider names in the label context, e.g.
provider"<HERE>" {
}
Relatedly we may need to decide whether/how to support completion in incomplete declarations, such as
provider "<HERE>
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the context necessary to investigate further.
ghost
locked and limited conversation to collaborators
Jun 12, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Completing all providers is currently blocked on hashicorp/terraform#24261 but this could be initially implemented in a minimal way where we only complete init'd providers.
The idea is that after implementing we're able to complete provider names in the label context, e.g.
Relatedly we may need to decide whether/how to support completion in incomplete declarations, such as
provider "<HERE>
The text was updated successfully, but these errors were encountered: