-
Notifications
You must be signed in to change notification settings - Fork 28
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
Issue in aws keypair #9
Comments
Will investigate this issue and get back to you as soon as I can. Thanks, J |
Hi @hirenchavda25 I am unable to duplicate your problem and a fix for this was pushed back in June. It currently builds just fine with a more recent version of terraform. Can you try this? Upgrade your terraform CLI to this version or the latest?
I need to update all of the documentation here to reflect new changes. |
@Gerh-Hack Just pushed a commit to resolve this. Please do a git pull and give it a go. |
Thank you very much bro! |
No problem, man. Yeah it auto creates a pair of SSH keys, you can call them whatever you want and even change the name of the ssh private key file. So wait, you still aren't able to SSH into the velocihelk system? You should be able to by referencing the ssh private key file with username. Should be something like this: |
│ Error: Unsupported attribute
│
│ on main.tf line 72, in module "velocihelk":
│ 72: key_name = module.key_pair.key_pair_key_name
│ ├────────────────
│ │ module.key_pair is a object, known only after apply
│
│ This object does not have an attribute named "key_pair_key_name".
╵
╷
│ Error: Unsupported attribute
│
│ on main.tf line 82, in module "ws2019":
│ 82: key_name = module.key_pair.key_pair_key_name
│ ├────────────────
│ │ module.key_pair is a object, known only after apply
│
│ This object does not have an attribute named "key_pair_key_name".
The text was updated successfully, but these errors were encountered: