forked from smonko/fsa-k8s
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterraform.auto.tfvars
More file actions
62 lines (35 loc) · 1.26 KB
/
Copy pathterraform.auto.tfvars
File metadata and controls
62 lines (35 loc) · 1.26 KB
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
53
54
55
56
57
58
59
60
# -----------------------------------------------------------------------------
# Secrets
# -----------------------------------------------------------------------------
# Standarne sa nacitavaju z Terraform cloud
# Azure account subscription ID (Required)
# subscription_id = ""
# Provide your tenant ID (Required)
# tenant_id = ""
# Azure Client ID (Required)
# client_id = ""
# Azure Client secret (Required)
# client_secret = ""
# Service principal pre K8S cluster
# k8s_admin = ""
# k8s_pass = ""
# -----------------------------------------------------------------------------
# Global
# -----------------------------------------------------------------------------
location = "westeurope"
environment = "develop"
resource_group = "fsa-infra"
resource_name = "fsa"
# -----------------------------------------------------------------------------
# AK
# -----------------------------------------------------------------------------
dns_prefix = "pieterr"
name = "fsa"
node_count = "2"
vm_size = "standard_d2as_v5"
os_disk_size = "30"
api_server_authorized_ip_ranges = ["0.0.0.0/32"]
# log_analytics_workspace_name = "fsaaks"
# log_analytics_workspace_location = "northeurope"
# log_analytics_workspace_sku = "PerNode"
# solution_name = "ContainerInsights"