forked from rancher/quickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterraform.tfvars.example
36 lines (24 loc) · 953 Bytes
/
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
# File path and name of service account access token file.
gcp_account_json = ""
# GCP project in which the quickstart will be deployed.
gcp_project = ""
# Admin password to use for Rancher server bootstrap
rancher_server_admin_password = ""
# Version of cert-manager to install alongside Rancher (format: 0.0.0)
cert_manager_version = "1.5.3"
# Docker version to install on nodes
docker_version = "19.03"
# GCP region used for all resources.
gcp_region = "us-east4"
# GCP zone used for all resources.
gcp_zone = "us-east4-a"
# Machine type used for all compute instances
machine_type = "n1-standard-2"
# Prefix added to names of all resources
prefix = "quickstart"
# Kubernetes version to use for Rancher server cluster
rancher_kubernetes_version = "v1.21.8+k3s1"
# Rancher server version (format: v0.0.0)
rancher_version = "v2.6.3"
# Kubernetes version to use for managed workload cluster
workload_kubernetes_version = "v1.20.6-rancher1-1"