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
2022/05/03 06:17:09 rpc_logger.go:29: Incoming request for "workspace/executeCommand" (ID 345): {"command":"terraform-ls.module.providers","arguments":["uri=file:///private/var/workspace/tf-test"]}
2022/05/03 06:17:09 rpc_logger.go:50: Response to "workspace/executeCommand" (ID 345): {"v":0,"provider_requirements":{},"installed_providers":{}}
Expected Behavior
aws provider requirement to be returned and incomplete requirement to be either ignored or somehow represented as incomplete.
Actual Behavior
No providers are returned.
Steps to Reproduce
Open an empty module and paste the configuration above into VS Code TF extension
See the module provider view or check the log
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 details necessary to investigate further.
Terraform Configuration Files
Log Output
Expected Behavior
aws
provider requirement to be returned and incomplete requirement to be either ignored or somehow represented as incomplete.Actual Behavior
No providers are returned.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: