Skip to content

Commit 4e053a8

Browse files
committed
feat(terraform): bump python archive version
1 parent fb53728 commit 4e053a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ locals {
235235
data "archive_file" "this" {
236236
type = "zip"
237237
source_dir = "${path.module}/package/"
238-
output_path = "${path.module}/aws-stop-start-resources-3.1.3.zip" # The version should match with the latest git tag
238+
output_path = "${path.module}/aws-stop-start-resources-3.2.0.zip" # The version should match with the latest git tag
239239
}
240240

241241
# Create Lambda function for stop or start aws resources

0 commit comments

Comments
 (0)