terraform-ls icon indicating copy to clipboard operation
terraform-ls copied to clipboard

Making calls to provider on startup, triggering authentication prompts

Open Michagogo opened this issue 7 months ago • 4 comments

Language Server Version

Unknown - LS installed via VS Code extension, doesn’t seem to be in path

Terraform Version

Terraform v1.6.2 on windows_amd64

Client Version

HashiCorp Terraform v2.32.1 in VS Code 1.91.1

Terraform Configuration

All / N/A

Steps to Reproduce

Open a folder containing Terraform configuration (in my case, involving AWS)

Expected Behavior

Nothing special - the extension/LS should initialize and just work.

Actual Behavior

For some reason, there seems to be some kind of call being made using the AWS SDK. The credential-process I use in my profiles gets invoked, bringing up interactive prompts to sign in, supply MFA, authorize the CLI, etc. etc.

Gist

No response

Workarounds

No response

References

No response

Help Wanted

  • [ ] I'm interested in contributing a fix myself

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Michagogo avatar Jul 28 '24 12:07 Michagogo