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
| lambda_policies | list(string) | List of IAM Policy ARNs to attach to the lambda role. | []
94
95
| security_groups | list(string) | List of extra security group IDs to attach to the lambda. | []
95
96
| use_codedeploy | bool | If true, CodeDeploy App and Deployment Group will be created and TF will not update alias to point to new versions of the Lambda (becuase CodeDeploy will do that). | false
97
+
| timeout | number | How long the lambda will run (in seconds) before timing out | 3 (same as terraform default)
0 commit comments