Skip to content

Commit b62082d

Browse files
authored
update python runtime (#4)
1 parent 5a29b9c commit b62082d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module "tags" {
2-
source = "rhythmictech/tags/terraform"
2+
source = "rhythmictech/tags/terraform"
33
version = "~> 1.1"
4-
tags = var.tags
4+
tags = var.tags
55

66
names = [
77
var.name,
@@ -113,7 +113,7 @@ resource "aws_lambda_function" "this" {
113113
function_name = "${module.tags.name32}_${substr(random_uuid.lambda_uuid.result, 0, 31)}"
114114
role = aws_iam_role.this.arn
115115
handler = "rolling-restart.handler"
116-
runtime = "python3.6"
116+
runtime = "python3.8"
117117
timeout = 600
118118
source_code_hash = data.external.sha.result.sha
119119
tags = module.tags.tags

0 commit comments

Comments
 (0)