17 lines
433 B
Markdown
17 lines
433 B
Markdown
# terraformed hetzner
|
|
|
|
## preparation
|
|
|
|
* sign up for hetzner cloud
|
|
* create a project for testing
|
|
* create API token for the new project
|
|
* generate SSH key for VM access:
|
|
* `ssh-keygen -t ed25519 -C "terraform" -f ssh-terraform-hetzner -P ''`
|
|
|
|
## resources
|
|
|
|
* provider documentation: https://registry.terraform.io/providers/hetznercloud/hcloud/1.33.2/docs
|
|
|
|
## terraform templates
|
|
|
|
`single-host/` contains play for a simple test VM
|