-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyring import #44
Comments
This looks like a minor bug in how we compute the index length when importing. We probably need to use |
I wasnt able to fix it just buy what @morgante suggested. If you only have a keyring to import with no keys, it will complain about however I was able to work around this and import the keyring:
|
Seeing this issue as well. I was able to import my keyring and key[0] with no issue, however, any additional keys are giving me this:
|
someone provided a fix twice for this and they both went stale. Wonder if the maintainer/author is watching this repo anymore |
How do I import existing keyring to this module?
I have some terraform code:
And I have a keyring named "main-keyring". I'm trying to import state like this:
And I'm getting an error:
Is it a bug?
The text was updated successfully, but these errors were encountered: