Skip to content

Commit 1ca55d8

Browse files
committed
Minor cleanup
1 parent 98b4224 commit 1ca55d8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ for more details.
9090
| cluster_instance_root_block_device_path | Path of the instance root block storage volume | /dev/xvda | yes |
9191
| cluster_instance_root_block_device_type | The type of the root block device on cluster instances ('standard', 'gp2', or 'io1') | standard | yes |
9292
| cluster_instance_user_data_template | The contents of a template for container instance user data | see user-data | no |
93-
| cluster_instance_ami | AMI for the container instances. | ECS optimised AMI | yes |
93+
| cluster_instance_ami | AMI for the container instances | ECS optimised AMI | yes |
9494
| cluster_instance_iam_policy_contents | The contents of the cluster instance IAM policy | see policies | no |
9595
| cluster_service_iam_policy_contents | The contents of the cluster service IAM policy | see policies | no |
9696
| cluster_minimum_size | The minimum size of the ECS cluster | 1 | yes |
@@ -104,16 +104,16 @@ for more details.
104104
| security_groups | The list of security group IDs to associate with the cluster in addition to the default security group | [] | no |
105105
| cluster_log_group_retention | The number of days logs will be retained in the CloudWatch log group of the cluster (0 = unlimited) | 0 | no |
106106
| enable_detailed_monitoring | Enable detailed monitoring of EC2 instance(s) | true | no |
107-
| enable_container_insights | Whether or not to enable container insights on the ECS cluster. | false | no |
108-
| protect_cluster_instances_from_scale_in | Whether or not to protect cluster instances in the autoscaling group from scale in. | false | no |
109-
| include_asg_capacity_provider | Whether or not to add the created ASG as a capacity provider for the ECS cluster. | false | no |
110-
| asg_capacity_provider_manage_termination_protection | Whether or not to allow ECS to manage termination protection for the ASG capacity provider. | true | no |
111-
| asg_capacity_provider_manage_scaling | Whether or not to allow ECS to manage scaling for the ASG capacity provider. | true | no |
112-
| asg_capacity_provider_minimum_scaling_step_size | The minimum scaling step size for ECS managed scaling of the ASG capacity provider. | 1 | no |
113-
| asg_capacity_provider_maximum_scaling_step_size | The maximum scaling step size for ECS managed scaling of the ASG capacity provider. | 1000 | no |
114-
| asg_capacity_provider_target_capacity | The target capacity, as a percentage from 1 to 100, for the ASG capacity provider. | 100 | no |
115-
| cluster_instance_enable_ebs_volume_encryption | Determines whether encryption is enabled on the EBS volume. | true | no |
116-
| cluster_instance_ebs_volume_kms_key_id | KMS key to use for encryption of the EBS volume when enabled. | alias/aws/ebs | no |
107+
| enable_container_insights | Whether or not to enable container insights on the ECS cluster | false | no |
108+
| protect_cluster_instances_from_scale_in | Whether or not to protect cluster instances in the autoscaling group from scale in | false | no |
109+
| include_asg_capacity_provider | Whether or not to add the created ASG as a capacity provider for the ECS cluster | false | no |
110+
| asg_capacity_provider_manage_termination_protection | Whether or not to allow ECS to manage termination protection for the ASG capacity provider | true | no |
111+
| asg_capacity_provider_manage_scaling | Whether or not to allow ECS to manage scaling for the ASG capacity provider | true | no |
112+
| asg_capacity_provider_minimum_scaling_step_size | The minimum scaling step size for ECS managed scaling of the ASG capacity provider | 1 | no |
113+
| asg_capacity_provider_maximum_scaling_step_size | The maximum scaling step size for ECS managed scaling of the ASG capacity provider | 1000 | no |
114+
| asg_capacity_provider_target_capacity | The target capacity, as a percentage from 1 to 100, for the ASG capacity provider | 100 | no |
115+
| cluster_instance_enable_ebs_volume_encryption | Determines whether encryption is enabled on the EBS volume | true | no |
116+
| cluster_instance_ebs_volume_kms_key_id | KMS key to use for encryption of the EBS volume when enabled | alias/aws/ebs | no |
117117

118118
Notes:
119119

0 commit comments

Comments
 (0)