You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ for more details.
90
90
| cluster_instance_root_block_device_path | Path of the instance root block storage volume | /dev/xvda | yes |
91
91
| cluster_instance_root_block_device_type | The type of the root block device on cluster instances ('standard', 'gp2', or 'io1') | standard | yes |
92
92
| 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 |
94
94
| cluster_instance_iam_policy_contents | The contents of the cluster instance IAM policy | see policies | no |
95
95
| cluster_service_iam_policy_contents | The contents of the cluster service IAM policy | see policies | no |
96
96
| cluster_minimum_size | The minimum size of the ECS cluster | 1 | yes |
@@ -104,16 +104,16 @@ for more details.
104
104
| security_groups | The list of security group IDs to associate with the cluster in addition to the default security group |[]| no |
105
105
| cluster_log_group_retention | The number of days logs will be retained in the CloudWatch log group of the cluster (0 = unlimited) | 0 | no |
106
106
| 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 |
0 commit comments