You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 much helpful output.
$ terraform plan
...
Error: rpc error: code = Unavailable desc = transport is closing
Error: rpc error: code = Canceled desc = context canceled
...
After removing one of the data references from our terraform.yml we managed to get some useful errors (see bottom) which led us to find that someone had managed to enter two entries into 1Password with the same title Azure Elastic Cloud API key in the same vault.
Not sure if this is a terraform problem or something this provider should handle?
What we expected to happen: duplicate 1Password error presented to us during terraform plan
What actually happened: errors shown were not useful
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 much helpful output.After removing one of the
data
references from ourterraform.yml
we managed to get some useful errors (see bottom) which led us to find that someone had managed to enter two entries into 1Password with the same titleAzure Elastic Cloud API key
in the same vault.Not sure if this is a
terraform
problem or something this provider should handle?What we expected to happen: duplicate 1Password error presented to us during
terraform plan
What actually happened: errors shown were not useful
Terraform provider:
Terraform yml:
Errors after removing one
data
reference:Stackoverflow: https://stackoverflow.com/questions/68978003/terraform-plan-with-1password-provider-fails-with-rpc-error-unavailable-desc-tra/68978004#68978004
The text was updated successfully, but these errors were encountered: