docs: format Autopilot config stanza example.

This commit is contained in:
James Rasell 2020-09-09 15:37:39 +02:00
parent 1abfeb6bcf
commit b44e703506
No known key found for this signature in database
GPG key ID: AA7D460F5C8377AA

View file

@ -16,13 +16,13 @@ For more information about Autopilot, see the [Autopilot Guide](https://learn.ha
```hcl
autopilot {
cleanup_dead_servers = true
last_contact_threshold = "200ms"
max_trailing_logs = 250
cleanup_dead_servers = true
last_contact_threshold = "200ms"
max_trailing_logs = 250
server_stabilization_time = "10s"
enable_redundancy_zones = false
enable_redundancy_zones = false
disable_upgrade_migration = false
enable_custom_upgrades = false
enable_custom_upgrades = false
}
```