Skip to content

Commit

Permalink
Merge pull request #35 from meltwater/ateam10669-update0.11
Browse files Browse the repository at this point in the history
ATEAM-10669 update 0.11 terraform to use python 3.8
  • Loading branch information
cydowens authored Jul 1, 2021
2 parents aff140a + e3847c2 commit b76db39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ resource "aws_lambda_function" "autoscale_handling" {
function_name = "${var.vpc_name}-${var.autoscale_handler_unique_identifier}"
role = "${aws_iam_role.autoscale_handling.arn}"
handler = "autoscale.lambda_handler"
runtime = "python2.7"
runtime = "python3.8"
source_code_hash = "${base64sha256(file("${data.archive_file.autoscale.output_path}"))}"
description = "Handles DNS for autoscaling groups by receiving autoscaling notifications and setting/deleting records from route53"
}
Expand Down

0 comments on commit b76db39

Please sign in to comment.