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
@@ -752,6 +752,7 @@ No modules.
752
752
| <aname="input_policy"></a> [policy](#input\_policy)| An additional policy document ARN to attach to the Lambda Function role |`string`|`null`| no |
753
753
| <aname="input_policy_json"></a> [policy\_json](#input\_policy\_json)| An additional policy document as JSON to attach to the Lambda Function role |`string`|`null`| no |
754
754
| <aname="input_policy_jsons"></a> [policy\_jsons](#input\_policy\_jsons)| List of additional policy documents as JSON to attach to Lambda Function role |`list(string)`|`[]`| no |
755
+
| <aname="input_policy_name"></a> [policy\_name](#input\_policy\_name)| IAM policy name. It override the default value, which is the same as role\_name |`string`|`null`| no |
755
756
| <aname="input_policy_path"></a> [policy\_path](#input\_policy\_path)| Path of policies to that should be added to IAM role for Lambda Function |`string`|`null`| no |
756
757
| <aname="input_policy_statements"></a> [policy\_statements](#input\_policy\_statements)| Map of dynamic policy statements to attach to Lambda Function role |`any`|`{}`| no |
757
758
| <aname="input_provisioned_concurrent_executions"></a> [provisioned\_concurrent\_executions](#input\_provisioned\_concurrent\_executions)| Amount of capacity to allocate. Set to 1 or greater to enable, or set to 0 to disable provisioned concurrency. |`number`|`-1`| no |
0 commit comments