Skip to content

Commit

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

Fix format
  • Loading branch information
santosr2 authored Feb 2, 2024
2 parents d6548ef + 58912a6 commit 09e72bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ data "aws_iam_policy_document" "pipeline_updates_policy" {
}

data "archive_file" "notifier_package" {
type = "zip"
source_file = "${path.module}/lambdas/notifier/notifier.py"
type = "zip"
source_file = "${path.module}/lambdas/notifier/notifier.py"
output_file_mode = "0666"
output_path = "${path.module}/lambdas/notifier.zip"
output_path = "${path.module}/lambdas/notifier.zip"
}

resource "aws_lambda_function" "pipeline_notification" {
Expand Down

0 comments on commit 09e72bf

Please sign in to comment.