File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
examples/existing-cluster-with-base-and-infra Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 1
- variable "java" {
2
- default = {
3
- a = " "
4
- b = " "
5
- }
6
- }
7
-
8
1
variable "eks_cluster_id" {
9
2
description = " EKS Cluster Id"
10
3
type = string
11
4
}
12
-
13
5
variable "aws_region" {
14
6
description = " AWS Region"
15
7
type = string
@@ -26,19 +18,15 @@ variable "managed_prometheus_region" {
26
18
type = string
27
19
default = " "
28
20
}
29
-
30
-
31
21
variable "managed_grafana_workspace_id" {
32
22
type = string
33
23
default = " "
34
24
}
35
-
36
25
variable "grafana_endpoint" {
37
26
description = " Grafana endpoint"
38
27
type = string
39
28
default = null
40
29
}
41
-
42
30
variable "grafana_api_key" {
43
31
description = " API key for authorizing the Grafana provider to make changes to Amazon Managed Grafana"
44
32
type = string
You can’t perform that action at this time.
0 commit comments