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 584ecdd commit 0d4bc2eCopy full SHA for 0d4bc2e
terraform-eventbridge-scheduled-lambda/main.tf
@@ -43,7 +43,7 @@ module "lambda_function" {
43
function_name = "${random_pet.this.id}-lambda"
44
description = "My awesome lambda function"
45
handler = "index.lambda_handler"
46
- runtime = "python3.8"
+ runtime = "python3.12"
47
publish = true
48
49
source_path = "${path.module}/../terraform-fixtures/python"
0 commit comments