-
Notifications
You must be signed in to change notification settings - Fork 10
/
mp-aks-cp-1aks-2gke-terraform.tfvars.json.sample
52 lines (52 loc) · 1.51 KB
/
mp-aks-cp-1aks-2gke-terraform.tfvars.json.sample
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
48
49
50
51
52
{
"k8s_clusters": {
"aws": [],
"azure": [
{
"region": "eastus",
"tetrate": {
"control_plane": true,
"management_plane": true
}
}
],
"gcp": [
{
"region": "us-west1",
"tetrate": {
"control_plane": true
},
"addons": {
"argocd": {
"enabled": true
}
}
},
{
"region": "us-east1",
"tetrate": {
"control_plane": true
},
"addons": {
"argocd": {
"enabled": true
}
}
}
]
},
"tags": {
"tetrate_owner": "Change me! (https://github.com/tetrateio/tetrate/blob/master/cloud/docs/misc/tags.md)",
"tetrate_team": "Change me! (https://github.com/tetrateio/tetrate/blob/master/cloud/docs/misc/tags.md)"
},
"name_prefix": "<YOUR UNIQUE PREFIX NAME TO BE CREATED>",
"tetrate": {
"fqdn": "<YOUR UNIQUE PREFIX NAME TO BE CREATED>.azure.sandbox.tetrate.io",
"dns_provider": "azure",
"image_sync_apikey": "<TSB_REPO_APIKEY>",
"image_sync_username": "<TSB_REPO_USERNAME>",
"organization": "tetrate",
"password": "Tetrate123",
"version": "1.7.2"
}
}