Skip to content

Commit

Permalink
[Docs] Minor tweaks (#3846)
Browse files Browse the repository at this point in the history
  • Loading branch information
crockk authored Jun 15, 2021
1 parent f8dcf47 commit 6d026d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1873,7 +1873,7 @@ The `provision_config` block configures provisioning capacity for DynamoDB.
# DynamoDB table read throughput for inactive tables.
# CLI flag: -<prefix>.inactive-read-throughput
[inactive_read_throughput: <int> | Default = 300]
[inactive_read_throughput: <int> | default = 300]
# Active table write autoscale config.
# The CLI flags prefix for this block config is: -<prefix>.write-throughput
Expand Down Expand Up @@ -1957,7 +1957,7 @@ Options for runtime configuration reload can also be configured via YAML:
[file: <string>: default = empty]
# How often to check the file.
[period: <duration>: default 10 seconds]
[period: <duration>: default 10s]
```

Example runtime configuration file:
Expand Down

0 comments on commit 6d026d2

Please sign in to comment.