terraform-provider-onepassword
terraform-provider-onepassword copied to clipboard
Terraform provider for 1Password
Can you add the support for EU 1Password tenant like this: dummy-company.1password.eu thnx
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Op version 2 seems...
## TL;DR I use the `op` CLI tool to login to 1Password and create an `OP_SESSION_*` session. It seems that when the session expires, this plugin crashes. **Example Terraform** When...
We found a strange error case today while adding two `data` references from 1Password. After adding the new secrets to Terraform using the 1Password provider, we saw an error without...
When deleting a vault I get the following error: ``` Error: some error in command [delete vault wqssox3eghnsstvlxgv6gkwtiy] │ Error: exit status 178 │ Output: [ERROR] 2021/06/14 09:49:08 434: Application...
Has anyone succeeded in using in Docker? I get to the `apply` part and ``` onepassword_vault.company_role_vault: Creating... Error: some error in command [create vault company-role-vault] Error: fork/exec /tmp/terraform-provider-onepassword/1.4.0/op: no such...
This is just a feature request, but it would be great to be able to use this provider in a more complex CI/CD scenario. ##### Problem Description In order to...
**Is your feature request related to a problem? Please describe.** We are currently evaluating if we can use 1password with this provider. While looking through the documentation, i noticed that...
Hello, We have a team account in 1Password and we are using the following sign-in address while using the 1Password cli: .ent.1password.com I'm trying to configure the 1password provider in...
I've been testing this out to retrieve the fields from `data "onepassword_item_common"` so that I could then take those fields and use in a k8s secret resource. From what I...