terraform-hetzner-ssh
Terraform module for managing SSH keys in Hetzner.
Simplifies the process of importing SSH keys separate from other infrastructure so it can function as a dependency, and applies correct metadata (such as labels).
Requirements
Providers
Modules
No modules.
Resources
Inputs
Name |
Description |
Type |
Default |
Required |
admin_keys |
Name and public key for all admins |
list(object({ name = string key = string })) |
[] |
no |
user_keys |
Name and public key for all users |
list(object({ name = string key = string })) |
[] |
no |
Outputs