fix: CORS proxy config, cloud-init variable expansion, contact-api nginx snippet
This commit is contained in:
parent
9f7aa97f4e
commit
aa295f494c
1 changed files with 3 additions and 6 deletions
|
|
@ -1,6 +1,3 @@
|
|||
# terraform.tfvars.example
|
||||
# Copy this to terraform.tfvars and fill in your values.
|
||||
|
||||
hcloud_token = "your-hetzner-api-token"
|
||||
ssh_public_key = "ssh-ed25519 AAAA... your-key-here"
|
||||
ssh_allowed_ips = ["0.0.0.0/0", "::/0"]
|
||||
hcloud_token = "your-hetzner-api-token"
|
||||
ssh_public_key = "ssh-ed25519 AAAA... your-key"
|
||||
ssh_allowed_ips = ["YOUR_IP/32", "::/0"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue