Skip to content

Commit

Permalink
New release: 1.2.2-0
Browse files Browse the repository at this point in the history
  • Loading branch information
cristim committed Jul 3, 2023
1 parent 2e3282c commit e519314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/lambda/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ data "aws_iam_policy_document" "autospotting_policy" {
"autoscaling:DescribeTags",
"autoscaling:DetachInstances",
"autoscaling:ResumeProcesses",
"autoscaling:SetInstanceProtection",
"autoscaling:SuspendProcesses",
"autoscaling:TerminateInstanceInAutoScalingGroup",
"autoscaling:UpdateAutoScalingGroup",
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ variable "lambda_source_image" {

variable "lambda_source_image_tag" {
description = "The version of the Docker image used for the Lambda function"
default = "stable-1.2.1-8"
default = "stable-1.2.2-0"
}


Expand Down

0 comments on commit e519314

Please sign in to comment.