khuedoan-homelab/external/terraform.tfvars.example
Khue Doan 5915ebb9d1 refactor(external): just use nvim to edit tfvars
The previous setup using Ansible is kinda unessesary since it just
edit the same tfvars file.
2024-01-20 11:48:25 +07:00

10 lines
353 B
Plaintext

# https://dash.cloudflare.com/profile
cloudflare_email = "myaccount@example.com"
# https://developers.cloudflare.com/fundamentals/setup/find-account-and-zone-ids
cloudflare_account_id = "foobarid"
# https://dash.cloudflare.com/profile/api-tokens
cloudflare_api_key = "foobarkey"
# https://my.zerotier.com/account
zerotier_central_token = "foobartoken"