Skip to content

Commit f273622

Browse files
committed
Add example tfvars
1 parent 6471bf7 commit f273622

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# (mandatory) AWS Region where your resources will be located
2+
aws_region = ""
3+
4+
# (mandatory) EKS Cluster name
5+
eks_cluster_id = ""
6+
7+
# (optional) Leave it empty for a new workspace to be created
8+
managed_prometheus_workspace_id = ""
9+
10+
# (mandatory) Amazon Managed Grafana Workspace ID: ex: g-abc123
11+
managed_grafana_workspace_id = ""
12+
13+
# (mandatory) Grafana API Key - https://docs.aws.amazon.com/grafana/latest/userguide/API_key_console.html
14+
grafana_api_key = ""

0 commit comments

Comments
 (0)