forked from rancher/quickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
terraform.tfvars.example
47 lines (31 loc) · 1.33 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
# AWS access key used to create infrastructure
#aws_access_key = ""
# AWS secret key used to create AWS infrastructure
#aws_secret_key = ""
# Admin password to use for Rancher server bootstrap, min. 12 characters
rancher_server_admin_password = ""
# Add a windows node to the workload cluster
#add_windows_node = false
# AWS region used for all resourcesxw
#aws_region = "us-east-1"
# AWS session token used to create AWS infrastructure
#aws_session_token = ""
# AWS zone used for all resources
#aws_zone = "us-east-1b"
# Version of cert-manager to install alongside Rancher (format: 0.0.0)
#cert_manager_version = "1.16.0"
# Instance type used for all EC2 instances
#instance_type = "t3a.medium"
# Prefix added to names of all resources
#prefix = "quickstart"
# The helm repository, where the Rancher helm chart is installed from
#rancher_helm_repository = "https://releases.rancher.com/server-charts/latest"
# Kubernetes version to use for Rancher server cluster
#rancher_kubernetes_version = "v1.30.4+k3s1"
# Rancher server version (format: v0.0.0)
#rancher_version = "2.9.2"
# Instance type used for all EC2 windows instances
#windows_instance_type = "t3a.large"
#workload_kubernetes_version = "v1.30.4+rke2r1"
# CIDR that is allowed to access the Rancher server and workload cluster, default: 0.0.0.0/0
security_group_ingress_cidr = "0.0.0.0/0"