File tree Expand file tree Collapse file tree
infrastructure/modules/eventpub Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11resource "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__" ,
You can’t perform that action at this time.
0 commit comments