Skip to content

Instantly share code, notes, and snippets.

@nivleshc
Created March 23, 2025 03:36
Show Gist options
  • Save nivleshc/f6132f5198070a0181e67c19d26dd0a9 to your computer and use it in GitHub Desktop.
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.
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