Skip to content

Commit

Permalink
Merge pull request #196 from NetApp/adjust_rotation_timeout
Browse files Browse the repository at this point in the history
Adjust the timeout for the Lambda function to 10 seconds.
  • Loading branch information
nichollri authored Oct 9, 2024
2 parents 30c9fe3 + b8929c8 commit eb8b6e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Management-Utilities/fsxn-rotate-secret/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ resource "aws_lambda_function" "rotateLambdaFunction" {
runtime = "python3.12"
handler = "fsxn_rotate_secret.lambda_handler"
filename = "fsxn_rotate_secret.zip"
timeout = 10
source_code_hash = data.archive_file.lambda.output_base64sha256
}
#
Expand Down

0 comments on commit eb8b6e5

Please sign in to comment.