Small edits (#584)

This commit is contained in:
pollfly 2023-06-05 12:27:41 +03:00 committed by GitHub
parent 17bfe5287d
commit 69b152d4b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,9 +82,10 @@ credentials for the Autoscaler in the following format:
```
auto_scaler.v1 {
aws {
cloud_credentials_key: XXX
cloud_credentials_secret: XXX
cloud_credentials_key: "<aws-key>"
cloud_credentials_secret: "<aws-secret>"
}
}
```
:::