feat: commit terraform vars sans sensitive values
This commit is contained in:
+3
-2
@@ -2,10 +2,11 @@
|
||||
.terraform/
|
||||
*.tfstate
|
||||
*.tfstate.backup
|
||||
*.tfvars
|
||||
*.tfvars.json
|
||||
.terraform.lock.hcl
|
||||
|
||||
# Secrets
|
||||
.env
|
||||
|
||||
# Ansible
|
||||
ansible/inventory.ini
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user