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 5a29b9c commit b62082dCopy full SHA for b62082d
main.tf
@@ -1,7 +1,7 @@
1
module "tags" {
2
- source = "rhythmictech/tags/terraform"
+ source = "rhythmictech/tags/terraform"
3
version = "~> 1.1"
4
- tags = var.tags
+ tags = var.tags
5
6
names = [
7
var.name,
@@ -113,7 +113,7 @@ resource "aws_lambda_function" "this" {
113
function_name = "${module.tags.name32}_${substr(random_uuid.lambda_uuid.result, 0, 31)}"
114
role = aws_iam_role.this.arn
115
handler = "rolling-restart.handler"
116
- runtime = "python3.6"
+ runtime = "python3.8"
117
timeout = 600
118
source_code_hash = data.external.sha.result.sha
119
tags = module.tags.tags
0 commit comments