khuedoan-homelab/external/terraform.tfvars.example
2024-01-21 14:43:27 +07:00

19 lines
656 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"
ntfy = {
# https://ntfy.sh/app or your own instance
url = "https://ntfy.sh/random_topic_name_here_a8sd7fkjxlkcjasdw33813"
# Optional, required if the ntfy instance has access control enabled
username = ""
# Optional, required if the ntfy instance has access control enabled
password = ""
}