-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Missing AWS Cognito Support #232
Comments
Just wanted this, and found it missing from Terraform. Will try with cloud formation until it's available |
Hi @nelg At the moment, only Identity pools are supported. I know that a few other people are working on resources (including me for roles attachment). What is missing from your perspective? |
At the moment, my work around in cloudformation uses the following types: I think I will need as well. |
I can't believe CloudFormation beat Terraform in the race to support user pools. |
Hey folks, Will try to end the work on Cognito User pools very quickly, including all the current options provided by the API. Please be patient a bit more: |
Any updates with this one? Cheers |
Hi @ALL. I would appreciate some guidance here from anyone who has managed to successfully configure lambda trigger for cognito user pool using terraform (http://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-working-with-aws-lambda-triggers.html). @Ninir Do you know if User Pools are prod ready and has a configuration parameter for lambda trigger? How can I track a progress? Much appreciated for your help. |
Hi folks, Just to let you know that Cognito Identity Pool Roles Attachment has been merged yesterday: #863 Work is continuing for User Pools, hope to include it in the next AWS release 🚀 @volkodava Progress for user pools is here! :) |
@Ninir I compiled and am trying out the merge as of today, it looks great in my initial tests. Cheers! |
Absolute champions!! |
thank you very much for your hard work! |
Well since CloudFormation is a pile of garbage and won't let us configure alternative username attributes, full support for user pools would be critical to have in terraform. |
@et304383 please keep your personal opinion off here, thanks. Some of us are Keen to follow the progress of the issue. |
@zsims I am interested in the progress of this item as well. I'm expressing frustration with no automation tools fully supporting cognito. It's not an opinion. Cognito support in CloudFormation is half complete so I'm looking forward to full support in Terraform. |
Is #1106 in the scope of this issue? |
Hey thanks for all the hard work, anyone have a rough estimate of how far off this is? Cheers |
Hi folks, User Pools are now available using the AWS Provider version 1.3.0! To do so, upgrade your local binaries with: Happy Terraforming! 🚀 |
YAY!!!!!!!!!!! |
@Ninir is support for user pool clients next? I just encountered a roadblock on this... :( |
@Ninir absolute champion squad! I'm gonna give it a try now, tjx |
A word of warning to everyone (maybe this should go in the docs?): Some actions such as adding/removing attributes require re-creating the user pool. This will cause you to lose any existing users. Be sure to guard against it with:
|
@m1keil that is applicable to all resources. It's not specific to cognito user pools or this thread. |
@et304383 Adding support for user pool app clients with #2874 I'm also working on user groups right now and then after those plus the fix to the IAM role attachment token validation is merged I think I can replace all my Cloudformation resources so that will probably be the end of the Cognito work I'm doing right now. Let me know if I'm missing anything else you think is important/critical. |
The |
Hi there, Having resources for The edit page of Cognito Identity console looks like: So the resouces for those configuration may be:
Developer Guide CLI API Is it reasonable to create a new exclusive issue for |
@cooloon Yes, please! In fact, I would suggest creating issues for each of the expected resources. 😄 That said, we're also getting to a point where its going to be hard to determine what the definition of done is for this issue. We have some new issues springing up:
I think is about time we close this nebulous ticket (for such a large AWS service) and create tickets for anything else specific that is missing. As of v1.9.0 of the AWS provider we support:
Thanks everyone! |
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! |
This issue was originally opened by @BerndWessels as hashicorp/terraform#8309. It was migrated here as part of the provider split. The original body of the issue is below.
Hi there,
Terraform Version
0.7.0
Affected Resource(s)
Expected Behavior
Support for AWS Cognito Identities and User Pools
Actual Behavior
Not supported yet
References
https://aws.amazon.com/cognito/
Question
Is anybody already working on this?
The text was updated successfully, but these errors were encountered: