Forum Discussion
Former Member
3 years agoHow do I use the AWS Shell Plugin with Terraform?
I set up the 1password shell plugin for aws as shown here: https://blog.1password.com/shell-plugins/
It works great with aws (super cool btw!!!)
But It doesn't work with Terraform. For Terrafo...
Former Member
4 years agoHi there @mitch355
You can use a command like op get item <ITEM_NAME_OR_ID> --fields password
to retrieve a Login/Password item's password field in a single command.
In the CLI v2, it would be op item get <ITEM_NAME_OR_ID> --fields password