Skip to content

Commit

Permalink
CCM-5680 Support dedicated dev env branches
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenvaines-bjss committed Aug 5, 2024
1 parent eafeb70 commit b2ee960
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ module "amplify_branch" {
cognito_user_pool_identity_provider_names = local.iam.cognito_user_pool["identity_providers"]
amplify_app_id = local.iam.amplify["id"]
branch = var.branch_name
domain_name = local.iam.amplify["domain_name"]
domain_name = local.dns_prefix
subdomain = var.environment
}

0 comments on commit b2ee960

Please sign in to comment.