We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f61106 commit 49cd21fCopy full SHA for 49cd21f
services/monitoring/grafana/terraform/main.tf.j2
@@ -12,7 +12,7 @@ terraform {
12
encrypt = false
13
bucket = "{{ TF_GRAFANA_STATE_BACKEND_S3_BUCKET_NAME }}"
14
region = "{{ TF_GRAFANA_STATE_BACKEND_AWS_REGION }}"
15
- {% if GRAFANA_TERRAFORM_STATE_BACKEND_S3_ENDPOINT %}
+ {% if "amazonaws.com" not in GRAFANA_TERRAFORM_STATE_BACKEND_S3_ENDPOINT %}
16
skip_credentials_validation = true
17
skip_requesting_account_id = true
18
skip_metadata_api_check = true
0 commit comments