This repository was archived by the owner on Jan 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvars.tf
59 lines (54 loc) · 1.53 KB
/
vars.tf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
variable "credentials" {}
variable "bot_auth" {}
variable "bot_chatid" {}
variable "project_id" {}
variable "dns-zone-name" {}
variable "dns-zone" {}
variable "dns-subdomain" {}
variable "email" {}
variable "jupyter_password" {}
variable "jupyter_port" {}
variable "postgres_password" {}
variable "postgres_port" {}
variable "postgres_disk" {}
variable "persistent-disk-name" {}
variable "ddns-config-disk" {}
variable "ddns-service-account-name" {}
variable "ddns-service-account-json" {}
variable "coder_port" {}
variable "coder_password" {}
variable "coder_disk" {}
variable "coder_additional_ports" {}
variable "dockerconfigjson" {}
variable "finance_port" {}
variable "kudrin-telegram_token" {}
variable "kudrin-notion_token" {}
variable "kudrin-credit_limit" {}
variable "kudrin-power_user_id" {}
variable "kudrin-power_user_name" {}
variable "bitwarden-installation_id" {}
variable "bitwarden-installation_key" {}
variable "bitwarden-identity_cert_password" {}
variable "bitwarden-mssql_password" {}
variable "bitwarden-identity_key" {}
variable "bitwarden-duo_key" {}
variable "bitwarden-port" {}
variable "bitwarden-smtp_host" {}
variable "bitwarden-smtp_port" {}
variable "bitwarden-smtp_ssl" {}
variable "bitwarden-smtp_username" {}
variable "bitwarden-smtp_password" {}
variable "acme-ca-crt" {}
variable "bitwarden-identity_pfx" {}
variable "cluster_name" {
default = "default-cluster"
}
variable "pool_name" {
default = "default-pool"
}
variable "region" {
default = "europe-north1"
}
variable "zone" {
default = "europe-north1-b"
}