- trails.cool and planner.trails.cool A records pointing to server - Using hcloud_zone_rrset (native hcloud provider, no separate DNS provider) - Bumped hcloud provider ~> 1.45 to ~> 1.60 - Server type updated to cx23 Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
10 lines
No EOL
218 B
HCL
10 lines
No EOL
218 B
HCL
variable "hcloud_token" {
|
|
description = "Hetzner Cloud API token"
|
|
type = string
|
|
sensitive = true
|
|
}
|
|
|
|
variable "ssh_public_key" {
|
|
description = "SSH public key for server access"
|
|
type = string
|
|
} |