We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c9fe3 commit b8929c8Copy full SHA for b8929c8
Management-Utilities/fsxn-rotate-secret/terraform/main.tf
@@ -107,6 +107,7 @@ resource "aws_lambda_function" "rotateLambdaFunction" {
107
runtime = "python3.12"
108
handler = "fsxn_rotate_secret.lambda_handler"
109
filename = "fsxn_rotate_secret.zip"
110
+ timeout = 10
111
source_code_hash = data.archive_file.lambda.output_base64sha256
112
}
113
#
0 commit comments