Files
NaliiaDevOPs/config.auto.tfvars.example

14 lines
256 B
Plaintext

# Hetzner Token
hcloud_token = "VNC...."
# SSH Config
hcloud_ssh_key_name = "ssh...."
hcloud_ssh_key_file_path = "~/.ssh/id_rsa.pub"
# Server Config
hcloud_server_name = "web...."
hcloud_server_image = "ubuntu-24.04"
hcloud_server_type = "cx23"