mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-07 17:43:57 +07:00
5915ebb9d1
The previous setup using Ansible is kinda unessesary since it just edit the same tfvars file.
10 lines
353 B
Plaintext
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"
|