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 fe6d071 commit 2d6754dCopy full SHA for 2d6754d
main.tf
@@ -110,7 +110,7 @@ resource "aws_lambda_function" "autoscale_handling" {
110
function_name = "${var.vpc_name}-${var.autoscale_handler_unique_identifier}"
111
role = aws_iam_role.autoscale_handling.arn
112
handler = "autoscale.lambda_handler"
113
- runtime = "python2.7"
+ runtime = "python3.8"
114
source_code_hash = filebase64sha256(data.archive_file.autoscale.output_path)
115
description = "Handles DNS for autoscaling groups by receiving autoscaling notifications and setting/deleting records from route53"
116
environment {
0 commit comments