Skip to content

Commit

Permalink
Merge pull request #2 from santosr2/chore/change_notify_script_path_d…
Browse files Browse the repository at this point in the history
…iscovery

Add archive_file.output_file_mode to avoid drift state in different OS
  • Loading branch information
santosr2 authored Jan 29, 2024
2 parents 7a46c6f + 52c2b48 commit 1a03ff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ data "aws_iam_policy_document" "pipeline_updates_policy" {
data "archive_file" "notifier_package" {
type = "zip"
source_file = "${path.module}/lambdas/notifier/notifier.py"
output_file_mode = "0666"
output_path = "${path.module}/lambdas/notifier.zip"
}

Expand Down

0 comments on commit 1a03ff3

Please sign in to comment.