Skip to content

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

Open
moraisph wants to merge 1 commit into1Password:mainfrom
moraisph:patch-1
Open

feat(terraform): require authentication for workspace subcommands#582
moraisph wants to merge 1 commit into1Password:mainfrom
moraisph:patch-1

Conversation

@moraisph
Copy link

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.
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

1 participant