Skip to content

Commit

Permalink
feat(terraform): bump python archive version
Browse files Browse the repository at this point in the history
  • Loading branch information
diodonfrost committed Jun 4, 2023
1 parent fb53728 commit 4e053a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e053a8

Please sign in to comment.