Skip to content

Commit 50bbd38

Browse files
authored
fix: typo
1 parent b391766 commit 50bbd38

File tree

1 file changed

+1
-1
lines changed
  • use-cases/create-and-use-object-storage-as-tf-backend

1 file changed

+1
-1
lines changed

use-cases/create-and-use-object-storage-as-tf-backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export AWS_ACCESS_KEY_ID=$(terraform output -raw access_key_id)
5151
export AWS_SECRET_ACCESS_KEY=$(terraform output -raw secret_access_key)
5252
```
5353

54-
- store the created bucket name in an environment variable (necessary for the next section).
54+
- store the created bucket name in an environment variable (necessary for the next section).
5555

5656
```bash
5757
$ export BUCKET_NAME=$(terraform output s3_bucket)

0 commit comments

Comments
 (0)