-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathterraform.tfvars.example
48 lines (34 loc) · 1.36 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
# Required variables
# - Fill in before beginning quickstart
# ==========================================================
# Account JSON used to access GCP services
# - Specify full path and name (e.g. ~/.gcp/account.json)
gcp_account_json = ""
# Project to deploy resources into
gcp_project = ""
# Password used to log in to the `admin` account on the new Rancher server
# - Must be at least 12 characters
rancher_server_admin_password = ""
# Optional variables, uncomment to customize the quickstart
# ----------------------------------------------------------
# GCP region for all resources
# gcp_region = ""
# GCP zone for all resources
# gcp_zone = ""
# Prefix for all resources created by quickstart
# prefix = ""
# Compute instance size of all created instances
# machine_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 = ""