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 b391766 commit 50bbd38Copy full SHA for 50bbd38
use-cases/create-and-use-object-storage-as-tf-backend/README.md
@@ -51,7 +51,7 @@ export AWS_ACCESS_KEY_ID=$(terraform output -raw access_key_id)
51
export AWS_SECRET_ACCESS_KEY=$(terraform output -raw secret_access_key)
52
```
53
54
- - store the created bucket name in an environment variable (necessary for the next section).
+ - store the created bucket name in an environment variable (necessary for the next section).
55
56
```bash
57
$ export BUCKET_NAME=$(terraform output s3_bucket)
0 commit comments