Skip to content

Commit 4187e09

Browse files
authored
Merge pull request #119 from NHSDigital/feature/CCM-11751_eventpub_fix
CCM-11751: Eventpub path fix
2 parents 13b4cc2 + fa65d77 commit 4187e09

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NHS Notify Code Owners
22

33
# Notify default owners
4-
* @rossbugginsnhs @m-houston @aidenvaines-bjss @timireland
4+
* @NHSDigital/nhs-notify-admins
55

66
# Codeowners must be final check
77
/.github/CODEOWNERS @NHSDigital/nhs-notify-code-owners

infrastructure/modules/eventpub/archive_file_lambda.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
resource "archive_file" "lambda" {
22
type = "zip"
3-
source_dir = "${path.module}/lambda/eventpub/src"
3+
source_dir = "${path.module}/../../../lambda/eventpub/src"
44

55
# Timestamp in path to resolve https://github.com/hashicorp/terraform-provider-archive/issues/39
6-
output_path = "${path.module}/lambda/eventpub_${timestamp()}.zip"
6+
output_path = "${path.module}/../../../lambda/eventpub_${timestamp()}.zip"
77
excludes = [
88
# NodeJS Exclusions
99
"**/__tests__",

0 commit comments

Comments
 (0)