Skip to content

Commit

Permalink
fixing a singleton resource to allow for multi deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenvaines-bjss committed Jul 22, 2024
1 parent 36b2105 commit 5dec3ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource "aws_cognito_user_pool_domain" "main" {
user_pool_id = aws_cognito_user_pool.main.id
domain = "nhsnotify"
domain = local.csi
}

0 comments on commit 5dec3ef

Please sign in to comment.