Skip to content

Commit

Permalink
Fix markdown-lint 'MD032/blanks-around-lists Lists should be surround…
Browse files Browse the repository at this point in the history
…ed by blank lines'.
  • Loading branch information
ewbankkit committed Oct 23, 2024
1 parent 980ba49 commit b40e5ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/codedeploy_deployment_config.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ The `zonal_config` block supports the following:
* `monitor_duration_in_seconds` - (Optional) The period of time, in seconds, that CodeDeploy must wait after completing a deployment to an Availability Zone. CodeDeploy will wait this amount of time before starting a deployment to the next Availability Zone. If you don't specify a `monitor_duration_in_seconds`, CodeDeploy starts deploying to the next Availability Zone immediately.

The `minimum_healthy_hosts_per_zone` block supports the following:

* `type` - (Required) The type can either be `FLEET_PERCENT` or `HOST_COUNT`.
* `value` - (Required) The value when the type is `FLEET_PERCENT` represents the minimum number of healthy instances as
a percentage of the total number of instances in the Availability Zone during a deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances. When the type is `HOST_COUNT`, the value represents the minimum number of healthy instances in the Availability Zone as an absolute value.
* `value` - (Required) The value when the type is `FLEET_PERCENT` represents the minimum number of healthy instances as a percentage of the total number of instances in the Availability Zone during a deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances. When the type is `HOST_COUNT`, the value represents the minimum number of healthy instances in the Availability Zone as an absolute value.

## Attribute Reference

Expand Down

0 comments on commit b40e5ef

Please sign in to comment.