Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
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
3 years agoPlease ignore previous comment, I have found out how to do this using https://developer.1password.com/docs/cli/secrets-environment-variables/
I think I have a bigger problem. Terragrunt uses a function get_aws_account_id()
and this doesn't work when I am trying to use a set of assume a role via my root "security" account. Terragrunt assumes I have a ~/.aws/credentials file yet when using the op aws plugin it suggests I can remove this file.
If anyone has experience of using terragrunt with aws op plugin, I'm excited to see how you achieved it