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 f96856b commit 8b02169
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ module "amplify_branch" {
stage = "PRODUCTION"
enable_auto_build = true
environment_variables = {
USER_POOL_CLIENT_ID = aws_cognito_user_pool_client.main.id
NOTIFY_SUBDOMAIN = var.environment
USER_POOL_CLIENT_ID = aws_cognito_user_pool_client.main.id
NOTIFY_SUBDOMAIN = var.environment
NEXT_PUBLIC_BASE_PATH = "/auth"
}
}

0 comments on commit 8b02169

Please sign in to comment.