forked from rancher/quickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterraform.tfvars.example
55 lines (38 loc) · 1.44 KB
/
terraform.tfvars.example
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
# Required variables
# - Fill in before beginning quickstart
# ==========================================================
# Azure Subscription ID
azure_subscription_id = ""
# Azure Client ID
azure_client_id = ""
# Azure Client Secret
azure_client_secret = ""
# Azure Tenant ID
azure_tenant_id = ""
# Password used to log in to the `admin` account on the new Rancher server
rancher_server_admin_password = ""
# Add a windows node to the workload cluster
add_windows_node = false
# Admin password to use for the Windows VM
windows_admin_password = ""
# Optional variables, uncomment to customize the quickstart
# ----------------------------------------------------------
# Azure location for all resources
# azure_location = ""
# Prefix for all resources created by quickstart
# prefix = ""
# Azure virtual machine instance size of all created instances
# instance_type = ""
# Docker version installed on target hosts
# - Must be a version supported by the Rancher install scripts
# docker_version = ""
# Kubernetes version used for creating management server cluster
# - Must be supported by RKE terraform provider 1.0.1
# rancher_kubernetes_version = ""
# Kubernetes version used for creating workload cluster
# - Must be supported by RKE terraform provider 1.0.1
# workload_kubernetes_version = ""
# Version of cert-manager to install, used in case of older Rancher versions
# cert_manager_version = ""
# Version of Rancher to install
# rancher_version = ""