Skip to content

Commit dc08b16

Browse files
committed
Grafana terraform ceph fixes
1 parent ac627ea commit dc08b16

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.10.1

services/monitoring/grafana/terraform/main.tf.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ terraform {
1313
bucket = "{{ TF_GRAFANA_STATE_BACKEND_S3_BUCKET_NAME }}"
1414
region = "{{ TF_GRAFANA_STATE_BACKEND_AWS_REGION }}"
1515
{% if GRAFANA_TERRAFORM_STATE_BACKEND_S3_ENDPOINT %}
16+
skip_credentials_validation = true
17+
skip_requesting_account_id = true
18+
skip_metadata_api_check = true
19+
use_path_style = true
1620
endpoints = {
1721
s3 = "{{ GRAFANA_TERRAFORM_STATE_BACKEND_S3_ENDPOINT }}"
1822
}

0 commit comments

Comments
 (0)