docs: format Autopilot config stanza example.

This commit is contained in:
James Rasell
2020-09-09 15:37:39 +02:00
parent 302011166a
commit 98e51e023c

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
}
```