forked from rancher/quickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
terraform.tfvars.example
45 lines (30 loc) · 1.18 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
# AWS access key used to create infrastructure
aws_access_key = ""
# AWS secret key used to create AWS infrastructure
aws_secret_key = ""
# AWS region used for all resources
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 NeuVector (format: 0.0.0)
cert_manager_version = "1.11.0"
# Also install Rancher and setup SSO for NeuVector
install_rancher = false
# Instance type used for all EC2 instances
instance_type = "t3a.xlarge"
# Kubernetes version to use
kubernetes_version = "v1.24.14+rke2r1"
# Admin password for NeuVector
neuvector_admin_password = "AI2zSYMFuCZ3HUeyNNMj1urUpCSEfgE0"
# NeuVector helm chart version
neuvector_chart_version = "2.6.1"
# Prefix added to names of all resources
prefix = "neuvector-quickstart"
# The helm repository, where the Rancher helm chart is installed from
rancher_helm_repository = "https://releases.rancher.com/server-charts/latest"
# Admin password to use for Rancher server bootstrap, min. 12 characters
rancher_server_admin_password = "adminadminadmin"
# Rancher version
rancher_version = "2.7.9"