File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ locals {
16
16
grafana_okta_token_url = var.grafana_okta_token_url
17
17
grafana_okta_api_url = var.grafana_okta_api_url
18
18
19
+ grafana_s3_image_bucket = var.grafana_s3_image_bucket
20
+ grafana_s3_image_bucket_region = var.grafana_s3_image_bucket_region
21
+
19
22
prometheus_operator_image_repository = var.prometheus_operator_image_repository
20
23
prometheus_operator_image_tag = var.prometheus_operator_image_tag
21
24
Original file line number Diff line number Diff line change @@ -773,8 +773,8 @@ grafana:
773
773
external_image_storage :
774
774
provider : s3
775
775
external_image_storage.s3 :
776
- bucket : s3-slack-grafana
777
- region : ap-southeast-1
776
+ bucket : ${grafana_s3_image_bucket}
777
+ region : ${grafana_s3_image_bucket_region}
778
778
smtp :
779
779
enabled : true
780
780
host : ${smtp_host}
You can’t perform that action at this time.
0 commit comments