Skip to content

Commit

Permalink
Fix terrafmt error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Mar 11, 2023
1 parent a751b9d commit 6311399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/r/cognito_user_pool_domain.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ resource "aws_route53_record" "auth-cognito-A" {
zone_id = data.aws_route53_zone.example.zone_id
alias {
evaluate_target_health = false
name = aws_cognito_user_pool_domain.main.cloudfront_distribution
zone_id = aws_cognito_user_pool_domain.main.cloudfront_distribution_zone_id
}
Expand Down

0 comments on commit 6311399

Please sign in to comment.