-
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
New data source aws_cognito_identity_pool
#33053
New data source aws_cognito_identity_pool
#33053
Conversation
Community NoteVoting for Prioritization
For Submitters
|
980c7e7
to
54f1de8
Compare
aws_cognito_identity_pool
aws_cognito_identity_pool
aws_cognito_identity_pool
aws_cognito_identity_pool
aws_cognito_identity_pool
aws_cognito_identity_pool
aws_cognito_identity_pool
6d9ebce
to
177e8a8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccCognitoIdentityPoolDataSource_' PKG=cognitoidentity ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/cognitoidentity/... -v -count 1 -parallel 3 -run=TestAccCognitoIdentityPoolDataSource_ -timeout 180m
=== RUN TestAccCognitoIdentityPoolDataSource_basic
=== PAUSE TestAccCognitoIdentityPoolDataSource_basic
=== RUN TestAccCognitoIdentityPoolDataSource_openidConnectProviderARNs
=== PAUSE TestAccCognitoIdentityPoolDataSource_openidConnectProviderARNs
=== RUN TestAccCognitoIdentityPoolDataSource_cognitoIdentityProviders
=== PAUSE TestAccCognitoIdentityPoolDataSource_cognitoIdentityProviders
=== RUN TestAccCognitoIdentityPoolDataSource_samlProviderARNs
=== PAUSE TestAccCognitoIdentityPoolDataSource_samlProviderARNs
=== RUN TestAccCognitoIdentityPoolDataSource_supportedLoginProviders
=== PAUSE TestAccCognitoIdentityPoolDataSource_supportedLoginProviders
=== RUN TestAccCognitoIdentityPoolDataSource_tags
=== PAUSE TestAccCognitoIdentityPoolDataSource_tags
=== CONT TestAccCognitoIdentityPoolDataSource_basic
=== CONT TestAccCognitoIdentityPoolDataSource_tags
=== CONT TestAccCognitoIdentityPoolDataSource_supportedLoginProviders
--- PASS: TestAccCognitoIdentityPoolDataSource_basic (26.20s)
=== CONT TestAccCognitoIdentityPoolDataSource_cognitoIdentityProviders
--- PASS: TestAccCognitoIdentityPoolDataSource_supportedLoginProviders (26.21s)
=== CONT TestAccCognitoIdentityPoolDataSource_openidConnectProviderARNs
--- PASS: TestAccCognitoIdentityPoolDataSource_tags (26.26s)
=== CONT TestAccCognitoIdentityPoolDataSource_samlProviderARNs
--- PASS: TestAccCognitoIdentityPoolDataSource_openidConnectProviderARNs (26.91s)
--- PASS: TestAccCognitoIdentityPoolDataSource_cognitoIdentityProviders (27.10s)
--- PASS: TestAccCognitoIdentityPoolDataSource_samlProviderARNs (27.25s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/cognitoidentity 58.949s
@drewmullen Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.16.2 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Relations
Closes #32970
References
Output from Acceptance Testing