feat: commit terraform vars sans sensitive values

This commit is contained in:
2026-08-18 13:15:54 +02:00
parent fecf871eb1
commit c61c4b7662
3 changed files with 18 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
# Copy this to `.env` and fill in real values
TF_VAR_domain_name=domain.tld
TF_VAR_hcloud_token=abc123
TF_VAR_cloudflare_api_token=abc123
+11
View File
@@ -0,0 +1,11 @@
project_name = "dokploy"
hcloud_server_type = "cx23"
hcloud_image = "debian-13"
hcloud_location = "nbg1"
record_name = "dokploy"
cloudflare_proxied = true
# Note: Use file() to easily read your local SSH public key
ssh_public_key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILidEpbcANpqqK0K5pe4gkqSr0R+1qAo8QWTXtojGQxB"