From ce2c00ba598c922c87db876d2a24027cb2a31ee6 Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Sat, 10 Oct 2020 08:32:24 +0200 Subject: [PATCH] doc: typo environment --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 56653dd06..ca1c491f2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -198,7 +198,7 @@ terraform { Beware as no locking mechanism are yet supported. Using scaleway object storage as terraform backend is not suitable if you work in a team with a risk of simultaneous access to the same plan. -Note: For security reason it's not recommended to store secrets in terraform files. If you want to configure the backend with environnment var, you need to use `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` [source](https://www.terraform.io/docs/backends/types/s3.html#access_key). +Note: For security reason it's not recommended to store secrets in terraform files. If you want to configure the backend with environment var, you need to use `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` [source](https://www.terraform.io/docs/backends/types/s3.html#access_key). ```bash export AWS_ACCESS_KEY_ID=$SCW_ACCESS_KEY