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 1bd4cde commit 0ea3f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module "amplify_branch" {
description = "Amplify branch for ${local.normalised_branch_name}"
amplify_app_id = local.iam.amplify["id"]
branch = var.branch_name
display_name = local.normalised_branch_name
environment_variables = {
USER_POOL_CLIENT_ID = local.iam.cognito_user_pool_client["id"]
NOTIFY_SUBDOMAIN = var.environment
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module "amplify_branch" {
source = "git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/amp_branch?ref=v1.0.0"
name = "main"
display_name = "main"
aws_account_id = var.aws_account_id
component = var.component
environment = var.environment
Expand Down

0 comments on commit 0ea3f4e

Please sign in to comment.