Skip to content

Commit 6e3ed9b

Browse files
committed
Cosmetics
1 parent e00db6c commit 6e3ed9b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

examples/existing-cluster-with-base-and-infra/variables.tf

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
variable "java" {
2-
default = {
3-
a = ""
4-
b = ""
5-
}
6-
}
7-
81
variable "eks_cluster_id" {
92
description = "EKS Cluster Id"
103
type = string
114
}
12-
135
variable "aws_region" {
146
description = "AWS Region"
157
type = string
@@ -26,19 +18,15 @@ variable "managed_prometheus_region" {
2618
type = string
2719
default = ""
2820
}
29-
30-
3121
variable "managed_grafana_workspace_id" {
3222
type = string
3323
default = ""
3424
}
35-
3625
variable "grafana_endpoint" {
3726
description = "Grafana endpoint"
3827
type = string
3928
default = null
4029
}
41-
4230
variable "grafana_api_key" {
4331
description = "API key for authorizing the Grafana provider to make changes to Amazon Managed Grafana"
4432
type = string

0 commit comments

Comments
 (0)