From 7a58f17857fd5495f63416ac1a6ef4253312b84e Mon Sep 17 00:00:00 2001 From: alt4 Date: Mon, 25 May 2020 01:37:40 +0200 Subject: [PATCH] Add aws_default_region to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f2ff6c..ae2a811 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Available variables: | `init` | no | Describes if the repository should be initialized or not. Use `false` if you are backuping to an already existing repo. | | `aws_access_key` | no | The access key for the S3 backend | | `aws_secret_access_key` | no | The secret access key for the S3 backend | +| `aws_default_region` | no | The desired region for the S3 backend | Example: ```yaml