Created
March 23, 2025 03:36
-
-
Save nivleshc/f6132f5198070a0181e67c19d26dd0a9 to your computer and use it in GitHub Desktop.
This gist contains code from the file cognito.tf which is part of the blog-photo-location-map repository.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resource "aws_cognito_user_pool_domain" "user_pool_domain" { | |
domain = local.cognito_user_pool_domain # Must be globally unique | |
user_pool_id = aws_cognito_user_pool.user_pool.id | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment