shell-plugins icon indicating copy to clipboard operation
shell-plugins copied to clipboard

Add output to commands that need authentication in Terraform

Open fearoffish opened this issue 6 months ago • 2 comments

Overview

Terraform needs authentication for output, this adds it.

Type of change

  • [ ] Created a new plugin
  • [x] Improved an existing plugin
  • [ ] Fixed a bug in an existing plugin
  • [ ] Improved contributor utilities or experience

How To Test

terraform output

Changelog

The terraform plugin now authenticates when running terraform output

fearoffish avatar Jul 29 '25 11:07 fearoffish

⚠️ This PR contains unsigned commits. To get your PR merged, please sign those commits (git rebase --exec 'git commit -S --amend --no-edit -n' @{upstream}) and force push them to this branch (git push --force-with-lease).

If you're new to commit signing, there are different ways to set it up:

Sign commits with gpg

Follow the steps below to set up commit signing with gpg:

  1. Generate a GPG key
  2. Add the GPG key to your GitHub account
  3. Configure git to use your GPG key for commit signing
Sign commits with ssh-agent

Follow the steps below to set up commit signing with ssh-agent:

  1. Generate an SSH key and add it to ssh-agent
  2. Add the SSH key to your GitHub account
  3. Configure git to use your SSH key for commit signing
Sign commits with 1Password

You can also sign commits using 1Password, which lets you sign commits with biometrics without the signing key leaving the local 1Password process.

Learn how to use 1Password to sign your commits.

Watch the demo

github-actions[bot] avatar Jul 29 '25 11:07 github-actions[bot]

I'm going to update this with signed credentials, but I don't see the point to be honest, because you clearly couldn't give a crap about shell-plugins! The last update was 7 months ago and it was a simple dependabot one. If you aren't going to support something, maybe stop selling it in your docs.

fearoffish avatar Aug 14 '25 12:08 fearoffish