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
@@ -742,6 +742,7 @@ No modules.
742
742
| <aname="input_assume_role_policy_statements"></a> [assume\_role\_policy\_statements](#input\_assume\_role\_policy\_statements)| Map of dynamic policy statements for assuming Lambda Function role (trust relationship) |`any`|`{}`| no |
743
743
| <aname="input_attach_async_event_policy"></a> [attach\_async\_event\_policy](#input\_attach\_async\_event\_policy)| Controls whether async event policy should be added to IAM role for Lambda Function |`bool`|`false`| no |
744
744
| <aname="input_attach_cloudwatch_logs_policy"></a> [attach\_cloudwatch\_logs\_policy](#input\_attach\_cloudwatch\_logs\_policy)| Controls whether CloudWatch Logs policy should be added to IAM role for Lambda Function |`bool`|`true`| no |
745
+
| <aname="input_attach_create_log_group_permission"></a> [attach\_create\_log\_group\_permission](#input\_attach\_create\_log\_group\_permission)| Controls whether to add the create log group permission to the CloudWatch logs policy |`bool`|`true`| no |
745
746
| <aname="input_attach_dead_letter_policy"></a> [attach\_dead\_letter\_policy](#input\_attach\_dead\_letter\_policy)| Controls whether SNS/SQS dead letter notification policy should be added to IAM role for Lambda Function |`bool`|`false`| no |
746
747
| <aname="input_attach_network_policy"></a> [attach\_network\_policy](#input\_attach\_network\_policy)| Controls whether VPC/network policy should be added to IAM role for Lambda Function |`bool`|`false`| no |
747
748
| <aname="input_attach_policies"></a> [attach\_policies](#input\_attach\_policies)| Controls whether list of policies should be added to IAM role for Lambda Function |`bool`|`false`| no |
0 commit comments