Skip to content

Commit 4154577

Browse files
authored
Update README.md
1 parent 4aef8be commit 4154577

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module "lambda_api" {
4141
role_permissions_boundary_arn = module.acs.role_permissions_boundary.arn
4242
codedeploy_test_listener_port = 4443
4343
use_codedeploy = true
44+
timeout = 3
4445
4546
codedeploy_lifecycle_hooks = {
4647
BeforeAllowTraffic = aws_lambda_function.test_lambda.function_name
@@ -93,6 +94,7 @@ module "lambda_api" {
9394
| lambda_policies | list(string) | List of IAM Policy ARNs to attach to the lambda role. | []
9495
| security_groups | list(string) | List of extra security group IDs to attach to the lambda. | []
9596
| 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)
9698

9799
#### codedeploy_lifecycle_hooks
98100

0 commit comments

Comments
 (0)