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: modules/ecs-execution-role/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ module "task_execution_role" {
62
62
| <aname="input_name"></a> [name](#input\_name)| The name of the IAM role |`string`| n/a | yes |
63
63
| <aname="input_description"></a> [description](#input\_description)| The description of the IAM role |`string`|`"This is a customized role"`| no |
64
64
| <aname="input_path"></a> [path](#input\_path)| The path to the IAM role |`string`|`"/"`| no |
65
+
| <aname="input_permissions_boundary_arn"></a> [permissions\_boundary\_arn](#input\_permissions\_boundary\_arn)| The permissions boundary of the IAM role |`string`|`""`| no |
65
66
| <aname="input_readable_kms_keys_arn"></a> [readable\_kms\_keys\_arn](#input\_readable\_kms\_keys\_arn)| The list KMS key\_id |`list(string)`|`[]`| no |
66
67
| <aname="input_readable_secrets_arn"></a> [readable\_secrets\_arn](#input\_readable\_secrets\_arn)| The list secret ARN |`list(string)`|`[]`| no |
67
68
| <aname="input_tags"></a> [tags](#input\_tags)| The list of tags to apply to the IAM role |`map(string)`|`{}`| no |
Copy file name to clipboardExpand all lines: modules/ecs-task-role/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ module "task_role" {
70
70
| <aname="input_name"></a> [name](#input\_name)| The name of the IAM role |`string`| n/a | yes |
71
71
| <aname="input_description"></a> [description](#input\_description)| The description of the IAM role |`string`|`"This is a customized role"`| no |
72
72
| <aname="input_path"></a> [path](#input\_path)| The path to the IAM role |`string`|`"/"`| no |
73
+
| <aname="input_permissions_boundary_arn"></a> [permissions\_boundary\_arn](#input\_permissions\_boundary\_arn)| The permissions boundary of the IAM role |`string`|`""`| no |
73
74
| <aname="input_readable_s3_arns"></a> [readable\_s3\_arns](#input\_readable\_s3\_arns)| The list of S3 ARN that can be read from |`list(string)`| <pre>[<br> "arn:aws:s3:::*"<br>]</pre> | no |
74
75
| <aname="input_sendable_ses_arns"></a> [sendable\_ses\_arns](#input\_sendable\_ses\_arns)| The list of SES domain identity ARN that can be sent from |`list(string)`| <pre>[<br> "arn:aws:ses:*:*:*"<br>]</pre> | no |
75
76
| <aname="input_tags"></a> [tags](#input\_tags)| The list of tags to apply to the IAM role |`map(string)`|`{}`| no |
0 commit comments