We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6471bf7 commit f273622Copy full SHA for f273622
examples/existing-cluster-with-base-and-infra/terraform.tfvars
@@ -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