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