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: examples/ec2-autoscaling/README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,8 @@ No inputs.
73
73
| <aname="output_service_iam_role_name"></a> [service\_iam\_role\_name](#output\_service\_iam\_role\_name)| Service IAM role name |
74
74
| <aname="output_service_iam_role_unique_id"></a> [service\_iam\_role\_unique\_id](#output\_service\_iam\_role\_unique\_id)| Stable and unique string identifying the service IAM role |
75
75
| <aname="output_service_id"></a> [service\_id](#output\_service\_id)| ARN that identifies the service |
76
+
| <aname="output_service_infrastructure_iam_role_arn"></a> [service\_infrastructure\_iam\_role\_arn](#output\_service\_infrastructure\_iam\_role\_arn)| Infrastructure IAM role ARN |
77
+
| <aname="output_service_infrastructure_iam_role_name"></a> [service\_infrastructure\_iam\_role\_name](#output\_service\_infrastructure\_iam\_role\_name)| Infrastructure IAM role name |
76
78
| <aname="output_service_name"></a> [service\_name](#output\_service\_name)| Name of the service |
77
79
| <aname="output_service_task_definition_arn"></a> [service\_task\_definition\_arn](#output\_service\_task\_definition\_arn)| Full ARN of the Task Definition (including both `family` and `revision`) |
78
80
| <aname="output_service_task_definition_revision"></a> [service\_task\_definition\_revision](#output\_service\_task\_definition\_revision)| Revision of the task in a particular family |
Copy file name to clipboardExpand all lines: modules/service/README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -346,6 +346,8 @@ module "ecs_service" {
346
346
| <aname="output_iam_role_name"></a> [iam\_role\_name](#output\_iam\_role\_name)| Service IAM role name |
347
347
| <aname="output_iam_role_unique_id"></a> [iam\_role\_unique\_id](#output\_iam\_role\_unique\_id)| Stable and unique string identifying the service IAM role |
348
348
| <aname="output_id"></a> [id](#output\_id)| ARN that identifies the service |
349
+
| <aname="output_infrastructure_iam_role_arn"></a> [infrastructure\_iam\_role\_arn](#output\_infrastructure\_iam\_role\_arn)| Infrastructure IAM role ARN |
350
+
| <aname="output_infrastructure_iam_role_name"></a> [infrastructure\_iam\_role\_name](#output\_infrastructure\_iam\_role\_name)| Infrastructure IAM role name |
349
351
| <aname="output_name"></a> [name](#output\_name)| Name of the service |
350
352
| <aname="output_security_group_arn"></a> [security\_group\_arn](#output\_security\_group\_arn)| Amazon Resource Name (ARN) of the security group |
351
353
| <aname="output_security_group_id"></a> [security\_group\_id](#output\_security\_group\_id)| ID of the security group |
0 commit comments