Skip to content

Commit

Permalink
populate idp configs for google/cognito
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerthome committed Oct 17, 2024
1 parent 8c5238b commit cd75473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-incubator/home-unite-us/dev/cognito.tf
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ resource "aws_cognito_user_pool_domain" "homeuniteus" {

### TODO: discuss secrets injection and Google integration with devops team
resource "aws_cognito_identity_provider" "google_client" {
user_pool_id = aws_cognito_user_pool.example.id
user_pool_id = aws_cognito_user_pool.homeuniteus.id
provider_name = "Google"
provider_type = "Google"

Expand Down

0 comments on commit cd75473

Please sign in to comment.