Skip to content

Terraform module to create ssh-key. Provides a DigitalOcean SSH key resource to allow you to manage SSH keys for Droplet access.

License

Notifications You must be signed in to change notification settings

terraform-do-modules/terraform-digitalocean-ssh-key

 
 

Repository files navigation

Terraform DigitalOcean SSH Key

Provides a DigitalOcean SSH key resource to allow you to manage SSH keys for Droplet access.

Terraform Licence


Prerequisites

This module has a few dependencies:

IMPORTANT: Since the master branch used in source varies based on new modifications, we suggest that you use the release versions here.

Simple Example

Here is an example of how you can use this module in your inventory structure:

    module "ssh-key" {
      source          = "terraform-do-modules/labels/digitalocean"
      version         = "0.15.0"
      key_path        = "~/.ssh/id_rsa.pub"
      key_name        = "devops"
      enable_ssh_key  = true
   }

Inputs

Name Description Type Default Required
enable_ssh_key A boolean flag to enable/disable ssh key. bool true no
key_name Name (e.g. it-admin or devops). string "" no
key_path Name (e.g. ~/.ssh/id_rsa.pub or ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD3F6tyPEFEzV0LX3X8BsXdMsQ). string "" no
ssh_key SSH key string "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2Nv42WHrrdN3dugCAmoVrnNBlqXhRNo1bqsKGgqM/3VfzNzJ7W5eSZdFGsNhGx2WgSaBldcxokpPihGBrBgk8OzmPiWD3X+MGDwQUTdLkRrRPYKKs7i+ZKn5t+1KiBubLxK1hL3q4wgsrth9lepC7mSZwFk3FzHkXfwRswQ5fqFSaHS0G+JwK6Glf1ZKOoogQEPGa3YYUChfAGhjXb8KxtoKqYwfSny2VYEUBK16AfAHDljpkopmF5HYlTC0Z1PfGsZ1EhtCoi7+bEAUzrAby/yLICyEbuQxtasL9llSk+kohalxEeg7fobjybzLNdseXy/JM0wSHqmdM3DF894Od demo@clouddrove" no

Outputs

Name Description
fingerprint The fingerprint of the SSH key.
id The unique ID of the key.
name The name of the SSH key.
public_key The text of the public key.

Feedback

If you come accross a bug or have any feedback, please log it in our issue tracker, or feel free to drop us an email at hello@clouddrove.com.

If you have found it worth your time, go ahead and give us a ★ on our GitHub!

About us

At CloudDrove, we offer expert guidance, implementation support and services to help organisations accelerate their journey to the cloud. Our services include docker and container orchestration, cloud migration and adoption, infrastructure automation, application modernisation and remediation, and performance engineering.

We are The Cloud Experts!


We ❤️ Open Source and you can check out our other modules to get help with your new Cloud ideas.

Releases

No releases published

Packages

No packages published

Languages

  • HCL 74.2%
  • Go 23.7%
  • Makefile 2.1%