Manages SSH keys for Vultr accounts, allowing secure authentication to virtual instances without passwords.
Provides a Vultr SSH key resource. This can be used to create, read, modify, and delete SSH keys.
Create an SSH key
The following arguments are supported:
name - (Required) The name/label of the SSH key.ssh_key - (Required) The public SSH key.The following attributes are exported:
id - The ID of the SSH key.name - The name/label of the SSH key.ssh_key - The public SSH key.date_created - The date the SSH key was added to your Vultr account.SSH keys can be imported using the SSH key ID, e.g.
0 Comments
Be the first to comment and share your perspective with the community.