init
This commit is contained in:
commit
52843aa9e7
13 changed files with 920 additions and 0 deletions
13
terraform.tfvars.example
Normal file
13
terraform.tfvars.example
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
hcloud_token = ""
|
||||
cloudflare_api_token = ""
|
||||
cloudflare_zone_id = ""
|
||||
cloudflare_account_id = ""
|
||||
|
||||
ssh_public_key = "ssh-ed25519 AAAA..."
|
||||
|
||||
location = "nbg1"
|
||||
prod_server_type = "cx22"
|
||||
ops_server_type = "cx22"
|
||||
|
||||
allowed_ssh_ips = ["YOUR_IP/32"]
|
||||
domain = "writekit.dev"
|
||||
Loading…
Add table
Add a link
Reference in a new issue