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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ To run the tests:
116
116
| <aname="input_cloudwatch_log_group_tags"></a> [cloudwatch\_log\_group\_tags](#input\_cloudwatch\_log\_group\_tags)| Additional tags for the Cloudwatch log group |`map(string)`|`{}`| no |
117
117
| <aname="input_create"></a> [create](#input\_create)| Whether to create all resources |`bool`|`true`| no |
118
118
| <aname="input_create_sns_topic"></a> [create\_sns\_topic](#input\_create\_sns\_topic)| Whether to create new SNS topic |`bool`|`true`| no |
119
+
| <aname="input_iam_policy_path"></a> [iam\_policy\_path](#input\_iam\_policy\_path)| Path of policies to that should be added to IAM role for Lambda Function |`string`|`null`| no |
119
120
| <aname="input_iam_role_boundary_policy_arn"></a> [iam\_role\_boundary\_policy\_arn](#input\_iam\_role\_boundary\_policy\_arn)| The ARN of the policy that is used to set the permissions boundary for the role |`string`|`null`| no |
120
121
| <aname="input_iam_role_name_prefix"></a> [iam\_role\_name\_prefix](#input\_iam\_role\_name\_prefix)| A unique role name beginning with the specified prefix |`string`|`"lambda"`| no |
121
122
| <aname="input_iam_role_path"></a> [iam\_role\_path](#input\_iam\_role\_path)| Path of IAM role to use for Lambda Function |`string`|`null`| no |
0 commit comments