File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -94,3 +94,4 @@ module "container_service_cluster" {
94
94
- ` ecs_service_role_arn ` - ARN of IAM role for use with ECS services
95
95
- ` ecs_autoscale_role_arn ` - ARN of IAM role for use with ECS service autoscaling
96
96
- ` container_instance_ecs_for_ec2_service_role_arn ` - ARN of IAM role associated with EC2 container instances
97
+ - ` container_instance_autoscaling_group_name ` - Name of Container Instance Autoscaling Group
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ output "ecs_autoscale_role_name" {
22
22
value = " ${ aws_iam_role . ecs_autoscale_role . name } "
23
23
}
24
24
25
+ output "container_instance_autoscaling_group_name" {
26
+ value = " ${ aws_autoscaling_group . container_instance . name } "
27
+ }
28
+
25
29
output "ecs_service_role_arn" {
26
30
value = " ${ aws_iam_role . ecs_service_role . arn } "
27
31
}
You can’t perform that action at this time.
0 commit comments