Merge pull request #2928 from hashicorp/docs/nicj/autopilot

Updated autopilot guide to correct synax issue with example config
This commit is contained in:
James Phillips 2017-04-19 10:14:01 -07:00 committed by GitHub
commit 7332d663fb
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ bootstrapping the cluster:
"cleanup_dead_servers": true,
"last_contact_threshold": "200ms",
"max_trailing_logs": 250,
"server_stabilization_time": 10s,
"server_stabilization_time": "10s",
"redundancy_zone_tag": "az",
"disable_upgrade_migration": false
}