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
| environment | The cluster deployment environment. environment is added as prefix to the resources generated by this module. |
126
-
| cluster_name | Name of ECS cluster. environment is not added to the cluster name. |
127
-
| capacity_providers | List of capacity provider configuration. |
128
-
| capacity_providers.name | Capacity provider name. This is used by the module to link auto-scaling group, launch configuration and capacity provider. |
129
-
| capacity_providers.target_capacity | Target utilisation for the capacity provider. A value between 1 and 100. |
130
-
| capacity_providers.managed_scaling_status | Whether auto-scaling is managed by ECS. Valid values are `ENABLED` and `DISABLED`. |
131
-
| capacity_providers.managed_termination_protection | Manage container-aware termination of instances in the auto scaling group when scale-in happens. Valid values are `ENABLED` and `DISABLED`. |
132
-
| asg | List of auto-scaling group configuration. |
133
-
| asg.name | Name of auto-scaling group. |
134
-
| asg.vpc_zone_identifier | List of subnet Ids to launch resources in. |
135
-
| asg.health_check_type | Controls how health check is done. Valid values are `EC2` and `ELB`. |
136
-
| asg.health_check_grace_period | Time in seconds after instance comes up and health check first kicks in. |
137
-
| asg.max_size | The maximum capacity auto-scaling group can scale-out to. |
138
-
| asg.min_size | The minimum capacity auto-scaling group can scale-in to. |
139
-
| asg.protect_from_scale_in | Indicates whether newly launched instances are automatically protected from termination by auto-scaling group when scaling in. |
140
-
| asg.additional_tags | List of additional tags. |
141
-
| asg.additional_tags.key | Key of the tag. |
142
-
| asg.additional_tags.value | Value of the tag. |
143
-
| asg.additional_tags.propagate_at_launch | Indicates whether to propagate the tag to the newly launched EC2 instances. |
144
-
| launch_configs | List of launch configurations for auto-scaling groups. |
145
-
| launch_configs.name | Name of the launch configuration. Should be same as corresponding auto-scaling group name. |
146
-
| launch_configs.image_id | AMI Id of the image to use. |
147
-
| launch_configs.instance_type | The type of EC2 instance to use. Eg: t3.small |
| environment | The cluster deployment environment. environment is added as prefix to the resources generated by this module. |`string`| n/a | yes |
142
+
| cluster_name | Name of ECS cluster. environment is not added to the cluster name. |`string`| n/a | yes |
143
+
| capacity_providers | List of capacity provider configuration. |`list(object)`| n/a | yes |
144
+
| capacity_providers.name | Capacity provider name. This is used by the module to link auto-scaling group, launch configuration and capacity provider. |`string`| n/a | yes |
145
+
| capacity_providers.target_capacity | Target utilisation for the capacity provider. A value between 1 and 100. |`number`| n/a | yes |
146
+
| capacity_providers.managed_scaling_status | Whether auto-scaling is managed by ECS. Valid values are `ENABLED` and `DISABLED`. |`string`| n/a | yes |
147
+
| capacity_providers.managed_termination_protection | Manage container-aware termination of instances in the auto scaling group when scale-in happens. Valid values are `ENABLED` and `DISABLED`. |`string`| n/a | yes |
148
+
| asg | List of auto-scaling group configuration. |`list(object)`| n/a | yes |
149
+
| asg.name | Name of auto-scaling group. |`string`| n/a | yes |
150
+
| asg.vpc_zone_identifier | List of subnet Ids to launch resources in. |`list(string)`| n/a | yes |
151
+
| asg.health_check_type | Controls how health check is done. Valid values are `EC2` and `ELB`. |`string`| n/a | yes |
152
+
| asg.health_check_grace_period | Time in seconds after instance comes up and health check first kicks in. |`number`| n/a | yes |
153
+
| asg.max_size | The maximum capacity auto-scaling group can scale-out to. |`number`| n/a | yes |
154
+
| asg.min_size | The minimum capacity auto-scaling group can scale-in to. |`number`| n/a | yes |
155
+
| asg.protect_from_scale_in | Indicates whether newly launched instances are automatically protected from termination by auto-scaling group when scaling in. |`bool`| n/a | yes |
156
+
| asg.additional_tags | List of additional tags. |`list(object)`| n/a | yes |
157
+
| asg.additional_tags.key | Key of the tag. |`string`| n/a | yes |
158
+
| asg.additional_tags.value | Value of the tag. |`string`| n/a | yes |
159
+
| asg.additional_tags.propagate_at_launch | Indicates whether to propagate the tag to the newly launched EC2 instances. |`bool`| n/a | yes |
160
+
| launch_configs | List of launch configurations for auto-scaling groups. |`list(object)`| n/a | yes |
161
+
| launch_configs.name | Name of the launch configuration. Should be same as corresponding auto-scaling group name. |`string`| n/a | yes |
162
+
| launch_configs.image_id | AMI Id of the image to use. |`string`| n/a | yes |
163
+
| launch_configs.instance_type | The type of EC2 instance to use. Eg: t3.small |`string`| n/a | yes |
0 commit comments