Loading functions.tf +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ resource "aws_iam_role_policy_attachment" "function" { } variable "runtime" { default = "python3.8" default = "python3.9" description = "The Lambda function runtime." type = string } Loading Loading
functions.tf +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ resource "aws_iam_role_policy_attachment" "function" { } variable "runtime" { default = "python3.8" default = "python3.9" description = "The Lambda function runtime." type = string } Loading