Merge pull request #8855 from hashicorp/b-docs-fix-autopilot-configblock-format

docs: format Autopilot config stanza example.
This commit is contained in:
James Rasell
2020-09-09 16:15:41 +02:00
committed by GitHub

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