Skip to content

Commit

Permalink
Grafana terraform ceph fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnicegyu11 committed Jan 14, 2025
1 parent ac627ea commit dc08b16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion services/monitoring/grafana/terraform/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
1.10.1
4 changes: 4 additions & 0 deletions services/monitoring/grafana/terraform/main.tf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ terraform {
bucket = "{{ TF_GRAFANA_STATE_BACKEND_S3_BUCKET_NAME }}"
region = "{{ TF_GRAFANA_STATE_BACKEND_AWS_REGION }}"
{% if GRAFANA_TERRAFORM_STATE_BACKEND_S3_ENDPOINT %}
skip_credentials_validation = true
skip_requesting_account_id = true
skip_metadata_api_check = true
use_path_style = true
endpoints = {
s3 = "{{ GRAFANA_TERRAFORM_STATE_BACKEND_S3_ENDPOINT }}"
}
Expand Down

0 comments on commit dc08b16

Please sign in to comment.