Skip to content

feat(terraform): require authentication for workspace subcommands#582

Merged
scottisloud merged 1 commit into
1Password:mainfrom
moraisph:patch-1
May 4, 2026
Merged

feat(terraform): require authentication for workspace subcommands#582
scottisloud merged 1 commit into
1Password:mainfrom
moraisph:patch-1

Conversation

@moraisph
Copy link
Copy Markdown
Contributor

Follow-up #581

This PR adds the 'workspace' subcommand to the NeedsAuth list, ensuring it is marked as requiring authentication via 1Password.

Overview

Type of change

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

Related Issue(s)

How To Test

  1. Ensure the Terraform plugin is configured with credentials provisioned via 1Password.
  2. Run the following commands inside a Terraform project:
  • terraform workspace list
  • terraform workspace select
  • terraform workspace new
  1. Confirm that each command triggers authentication via 1Password and executes successfully using provisioned credentials.

Changelog

Terraform 'workspace' subcommands trigger authentication via 1Password.

Follow-up 1Password#581

This PR adds the `workspace` subcommand to the NeedsAuth list, ensuring it is properly marked as requiring authentication via 1password.
@moraisph
Copy link
Copy Markdown
Contributor Author

moraisph commented Mar 3, 2026

Friendly follow-up 🙏

@kmk142789
@edif2008
@Marton6
@volodymyrZotov
@SimonBarendse

@scottisloud scottisloud self-requested a review May 1, 2026 18:31
@JillRegan
Copy link
Copy Markdown

LGTM 👍 Thanks for your contribution.

@scottisloud scottisloud requested a review from JillRegan May 4, 2026 18:18
@scottisloud scottisloud merged commit 2fcc944 into 1Password:main May 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add "workspace" subcommand to NeedsAuth in Terraform shell plugin

3 participants