Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cognito User Pool / App client not being created or displayed in AWS console #1750

Closed
psyvision opened this issue Sep 26, 2017 · 2 comments
Closed

Comments

@psyvision
Copy link
Contributor

psyvision commented Sep 26, 2017

Hi there,

Terraform Version

0.10.3

Affected Resource(s)

aws_cognito_identity_pool

Terraform Configuration Files

resource "aws_cognito_identity_pool" "main" {
  identity_pool_name               = "MyPool"
  allow_unauthenticated_identities = true

  cognito_identity_providers {
    client_id               = "richkvfqfb4qfkp39eurffae"
    provider_name           = "cognito-idp.eu-west-2.amazonaws.com/eu-west-2_HEl23apJu"
    server_side_token_check = false
  }
} 

Expected Behavior

User pool created and visible in AWS management console.

Actual Behavior

User pool not visible in AWS management console. Terraform plan/apply passed.

The command:

aws cognito-idp list-user-pools --max-results 5

Yields no results.

References

I know that Cognito support is relatively new:

I'm not sure if there is more information that should be passed to the resource. Also, can the client_id and provider_name be made up? I copied ones from an App client created via the console and changed them slightly so they should roughly conform.

Also, is there an up and coming data source to be able to reference the pool information elsewhere?

@psyvision
Copy link
Contributor Author

My bad - I am actually awaiting the User Pool and this relates to identity pools.

@ghost
Copy link

ghost commented Apr 11, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant