Skip to content

Commit

Permalink
Merge pull request hashicorp#40495 from kibitan/d-fix_cognito_user_po…
Browse files Browse the repository at this point in the history
…ol_domain_custom_domain

fixing the doc: Update cognito_user_pool_domain example
  • Loading branch information
ewbankkit authored Dec 9, 2024
2 parents 6ca67dc + 7006357 commit 09261fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/cognito_user_pool_domain.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "aws_cognito_user_pool" "example" {

```terraform
resource "aws_cognito_user_pool_domain" "main" {
domain = "example-domain"
domain = "auth.example.com"
certificate_arn = aws_acm_certificate.cert.arn
user_pool_id = aws_cognito_user_pool.example.id
}
Expand Down

0 comments on commit 09261fc

Please sign in to comment.