ssh-key
clouddrove/ssh-key/digitalocean
Provides a DigitalOcean SSH key resource to allow you to manage SSH keys for Droplet access.
Terraform DigitalOcean SSH Key Provides a DigitalOcean SSH key resource to allow you to manage SSH keys for Droplet access. 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: ``hcl module "ssh-key" { source = "clouddrove/ssh-key/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 de
| Name | Type | Description | Default |
|---|---|---|---|
| key_name | string | Name (e.g. `it-admin` or `devops`). | "" |
| enable_ssh_key | bool | A boolean flag to enable/disable ssh key. | true |
| ssh_key | string | SSH key | "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC |
| key_path | string | Name (e.g. `~/.ssh/id_rsa.pub` or `ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD3F6ty | "" |
id — The unique ID of the key.name — The name of the SSH key.public_key — The text of the public key.fingerprint — The fingerprint of the SSH key.Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,