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 764bb22 commit ead277aCopy full SHA for ead277a
services/monitoring/grafana/terraform/main.tf.j2
@@ -6,7 +6,7 @@ terraform {
6
}
7
{% else %}
8
backend "s3" {
9
- key = "{{ TF_STATE_S3_KEY}}"
+ key = "{{ TF_STATE_S3_GRAFANAKEY}}"
10
dynamodb_table = "{{ TF_STATE_S3_DYNAMODB_LOCK_TABLE }}"
11
encrypt = true
12
bucket = "{{ TF_STATE_S3_BUCKET_NAME }}"
0 commit comments