Skip to content

Commit

Permalink
Merge pull request #8855 from hashicorp/b-docs-fix-autopilot-configbl…
Browse files Browse the repository at this point in the history
…ock-format

docs: format Autopilot config stanza example.
  • Loading branch information
jrasell committed Sep 9, 2020
2 parents 8976261 + 98e51e0 commit 978c3f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/pages/docs/configuration/autopilot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

Expand Down

0 comments on commit 978c3f1

Please sign in to comment.