Move tfvars into variables defaults
This commit is contained in:
parent
73bce8f6e5
commit
9ee92797e1
5 changed files with 58 additions and 39 deletions
19
secrets.auto.tfvars.example
Normal file
19
secrets.auto.tfvars.example
Normal file
|
@ -0,0 +1,19 @@
|
|||
backend_access_key = ""
|
||||
backend_secret_key = ""
|
||||
backend_endpoint = ""
|
||||
backend_region = ""
|
||||
backend_bucket = ""
|
||||
|
||||
hcloud_token = ""
|
||||
|
||||
ovh_application_key = ""
|
||||
ovh_application_secret = ""
|
||||
ovh_consumer_key = ""
|
||||
|
||||
scaleway_organization_id = ""
|
||||
scaleway_project_id = ""
|
||||
scaleway_access_key = ""
|
||||
scaleway_secret_key = ""
|
||||
|
||||
tailscale_api_key = ""
|
||||
tailscale_tailnet = ""
|
Loading…
Add table
Add a link
Reference in a new issue