Skip to content

Commit

Permalink
CCM-6250: Update modules to point to public github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sidnhs committed Aug 23, 2024
1 parent 059188b commit a55aa87
Show file tree
Hide file tree
Showing 9 changed files with 830 additions and 181 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ tests/test-team/test-results/
tests/test-team/playwright-report/
tests/test-team/blob-report/
tests/test-team/playwright/.cache/

#plugin-cache
plugin-cache/
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,15 @@ Provide a way to contact the owners of this project. It can be a team, an indivi
Unless stated otherwise, the codebase is released under the MIT License. This covers both the codebase and any sample code in the documentation.

Any HTML or Markdown documentation is [© Crown Copyright](https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/) and available under the terms of the [Open Government Licence v3.0](https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/).

### Shared Terraform Modules
Before you setup modules for this repo and find that there might be modules that can be reused elsewhere, please do check out `https://github.com/NHSDigital/nhs-notify-shared-modules/`

If you find that the modules are share-able, you should set them up there as a separate PR and get that merged in and potentially tag the commit after testing it, so that it can be a stable release that can be used across all repos on Notify should others find the need to re-use that new module. You can simply point to the reference in your module call as below:
```
module "amp_branch" {
source = "git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/amp_branch?ref=feature/CCM-6250_shared_modules"
.....
}
```
Loading

0 comments on commit a55aa87

Please sign in to comment.