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
I receive an intermittent error when running terraform plan:
Unable to read vault, got error: op error: cannot read config at
"/home/appuser/.config/op/config": invalid JSON: unexpected end of JSON input
I provided a sample code below, we have about 30 items against the same 1Password vault, and we receive this error 1 out of 3 terraform plans. We noticed this issue on a smaller number of items too, but the frequency of occurrence increased with the number of items. When it fails, not all the items fail, only a few.
What did you expect to happen?
No error at all or at least a clear message so we can troubleshoot.
Hi @JM89 thank you for the report. We are currently investing in switching this provider from using the CLI to using our 1Password Go SDK directly. Some more context can be found here.
Can you try running terraform apply command with -parallelism=1 and see if this issue persists?
Your environment
Terraform Provider Version: 2.1.2
Connect Server Version:-
CLI Version: 2.30.0
OS: linux
Terraform Version: 1.9.8
What happened?
I receive an intermittent error when running terraform plan:
I provided a sample code below, we have about 30 items against the same 1Password vault, and we receive this error 1 out of 3 terraform plans. We noticed this issue on a smaller number of items too, but the frequency of occurrence increased with the number of items. When it fails, not all the items fail, only a few.
What did you expect to happen?
Steps to reproduce
Notes & Logs
The text was updated successfully, but these errors were encountered: