hashicorp / terraform

Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
https://www.terraform.io/
Other
42.48k stars 9.51k forks source link

PowerShell auto complete #35740

Open dustindortch opened 2 weeks ago

dustindortch commented 2 weeks ago

Terraform Version

Terraform v1.9.5
on darwin_arm64

Use Cases

Auto complete for PowerShell (for Windows, or any other platform when PowerShell is used).

Attempted Solutions

None, yet.

Proposal

Any platform using PowerShell (including, but not limited to Windows): Add solution for terraform -install-autocomplete

Cobra has something for PowerShell: https://github.com/spf13/cobra/blob/main/powershell_completions.go

References

No response

crw commented 2 weeks ago

Thanks for this feature request! If you are viewing this issue and would like to indicate your interest, please use the 👍 reaction on the issue description to upvote this issue. We also welcome additional use case descriptions. Thanks again!