Fix config example (#889)

This commit is contained in:
pollfly 2024-08-04 18:47:37 +03:00 committed by GitHub
parent 9cf5d480eb
commit 9371e861f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,11 +128,12 @@ auto_scaler.v1.aws {
""" """
files { files {
boto3_file { boto3_file {
contents: | contents: """
boto3 { boto3 {
pool_connections: 512 pool_connections: 512
max_multipart_concurrency: 16 max_multipart_concurrency: 16
} }
"""
path: "/boto3_config.yaml" path: "/boto3_config.yaml"
target_format: yaml target_format: yaml
mode: "0o644" mode: "0o644"