Skip to content

Commit 32bd087

Browse files
doc: typo environment (#620)
1 parent 574ff99 commit 32bd087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ terraform {
198198
Beware as no locking mechanism are yet supported.
199199
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.
200200

201-
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).
201+
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).
202202

203203
```bash
204204
export AWS_ACCESS_KEY_ID=$SCW_ACCESS_KEY

0 commit comments

Comments
 (0)