Closed mmshaikh88 closed 4 years ago
same issue.
I had this issue too. I got around it by 1) Cloning the repo locally. 2) Removing outputs that relate to keybase. All the other code is the same, except removing those outputs. 3) Pointing Terraform to my "new" local modules. 4) Profit
Not ideal, but not sure what else to do.
Another way around it would be to install Keybase even though you don't use it, though I have not tested, but maybe you could test that?
I didn't want to require keybase to be installed because the whole team would need it then.
I guess the only fix I can see is to split the module into 2. 1 that supports keybase and 1 that doesn't.
The original issue was opened a while ago, and some things were improved since that time. The code is written in a way that if keybase
is not used specified it is not going to be used and thus the output will be empty but it won't fail.
I have tried to reproduce this in Terrafrm 0.13.2 and it works as expected, or I just don't have breaking example.
If you believe that there is room for improvement in this module, please open an issue and specify a failing example.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
I am trying to create user but getting the errors:
I am using following tf