From 4e053a8425ced82069398c426e4fa95bf66805dd Mon Sep 17 00:00:00 2001 From: diodonfrost Date: Sun, 4 Jun 2023 20:26:21 +0200 Subject: [PATCH] feat(terraform): bump python archive version --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index ac27e4a1..85db6a8c 100644 --- a/main.tf +++ b/main.tf @@ -235,7 +235,7 @@ locals { data "archive_file" "this" { type = "zip" source_dir = "${path.module}/package/" - output_path = "${path.module}/aws-stop-start-resources-3.1.3.zip" # The version should match with the latest git tag + output_path = "${path.module}/aws-stop-start-resources-3.2.0.zip" # The version should match with the latest git tag } # Create Lambda function for stop or start aws resources