forked from outscale/osc-k8s-rke-cluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterraform.tfvars
25 lines (24 loc) · 1.1 KB
/
terraform.tfvars
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
#access_key_id = "MyAccessKey"
#secret_key_id = "MySecretKey"
#region = "eu-west-2"
# Ubuntu Image, check latest on https://docs.outscale.com/en/userguide/Official-OMIs-Reference.html
image_id = "ami-9b41b457" # Ubuntu-22.04-2023.02.21-0 (created: 2023-02-21) on us-east-2
control_plane_vm_type = "tinav6.c4r8p1"
control_plane_count = 1
control_plane_volume_type = "io1"
control_plane_volume_size = 15
control_plane_iops = 1500
worker_vm_type = "tinav6.c4r8p1"
worker_count = 2
worker_volume_type = "io1"
worker_volume_size = 15
worker_iops = 1500
bastion_vm_type = "tinav6.c4r8p1"
bastion_volume_type = "io1"
bastion_volume_size = 15
bastion_iops = 1500
cluster_name = "phandalin"
rke_version = "v1.4.4"
kubernetes_version = "v1.25.6-rancher4-1" # See available version https://github.com/rancher/rke/releases
will_install_ccm = false # Set to true if the CCM of osc will be installed
public_cloud = false