File tree Expand file tree Collapse file tree 4 files changed +0
-120
lines changed
config/clusters/openscapes Expand file tree Collapse file tree 4 files changed +0
-120
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ grafana:
31
31
- secretName : grafana-tls
32
32
hosts :
33
33
- grafana.openscapes.2i2c.cloud
34
- serviceAccount :
35
- annotations :
36
- eks.amazonaws.com/role-arn : arn:aws:iam::783616723547:role/openscapeshub-grafana-athena-iam-role
37
34
grafana.ini :
38
35
server :
39
36
root_url : https://grafana.openscapes.2i2c.cloud/
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,10 +6,7 @@ default_budget_alert = {
6
6
" enabled" : false ,
7
7
}
8
8
9
- enable_grafana_athena_iam = true
10
9
enable_aws_ce_grafana_backend_iam = true
11
- athena_write_storage_bucket = " openscapes-cost-usage-report"
12
- athena_read_storage_bucket = " openscapes-2i2c-cur"
13
10
14
11
# The initial EFS is now used by the prod hub only
15
12
# So we tag it appropriately for costs purposes
Original file line number Diff line number Diff line change @@ -46,18 +46,6 @@ variable "user_buckets" {
46
46
}
47
47
48
48
49
- variable "athena_write_storage_bucket" {
50
- type = string
51
- description = " The name of the S3 bucket where Grafana query results from Athena will be stored"
52
- default = " "
53
- }
54
-
55
- variable "athena_read_storage_bucket" {
56
- type = string
57
- description = " The name of the S3 bucket where Athena tables and data is stored"
58
- default = " "
59
- }
60
-
61
49
variable "hub_cloud_permissions" {
62
50
type = map (
63
51
map (
@@ -297,15 +285,6 @@ variable "active_cost_allocation_tags" {
297
285
EOT
298
286
}
299
287
300
- variable "enable_grafana_athena_iam" {
301
- type = bool
302
- default = false
303
- description = <<- EOT
304
- Create an IAM role with attached policy to permit a connection between a
305
- Grafana instance and AWS Athena service.
306
- EOT
307
- }
308
-
309
288
variable "enable_aws_ce_grafana_backend_iam" {
310
289
type = bool
311
290
default = false
You can’t perform that action at this time.
0 commit comments