-
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
Tech debt: Migrate cognitoidentity
resources to AWS SDK for Go v2
#36100
Conversation
Community NoteVoting for Prioritization
For Submitters
|
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
3a9274c
to
6876dd8
Compare
248081e
to
c27ed6d
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.
A couple suggestions on pagination and validators.
Co-authored-by: Jared Baker <jar-b@users.noreply.github.com>
Co-authored-by: Jared Baker <jar-b@users.noreply.github.com>
Co-authored-by: Jared Baker <jar-b@users.noreply.github.com>
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 PKG=cognitoidentity
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/cognitoidentity/... -v -count 1 -parallel 20 -timeout 360m
--- PASS: TestEndpointConfiguration (0.52s)
--- PASS: TestEndpointConfiguration/no_config (0.05s)
--- PASS: TestEndpointConfiguration/package_name_endpoint_config_overrides_aws_service_envvar (0.04s)
--- PASS: TestEndpointConfiguration/package_name_endpoint_config_overrides_base_config_file (0.05s)
--- PASS: TestEndpointConfiguration/service_aws_envvar_overrides_service_config_file (0.03s)
--- PASS: TestEndpointConfiguration/base_endpoint_envvar (0.02s)
--- PASS: TestEndpointConfiguration/package_name_endpoint_config_overrides_base_envvar (0.04s)
--- PASS: TestEndpointConfiguration/service_config_file (0.03s)
--- PASS: TestEndpointConfiguration/service_config_file_overrides_base_config_file (0.03s)
--- PASS: TestEndpointConfiguration/base_endpoint_config_file (0.03s)
--- PASS: TestEndpointConfiguration/package_name_endpoint_config_overrides_service_config_file (0.04s)
--- PASS: TestEndpointConfiguration/service_aws_envvar (0.02s)
--- PASS: TestEndpointConfiguration/service_aws_envvar_overrides_base_envvar (0.03s)
--- PASS: TestEndpointConfiguration/base_endpoint_envvar_overrides_service_config_file (0.02s)
--- PASS: TestEndpointConfiguration/package_name_endpoint_config (0.04s)
--- PASS: TestEndpointConfiguration/service_aws_envvar_overrides_base_config_file (0.03s)
--- PASS: TestEndpointConfiguration/base_endpoint_envvar_overrides_base_config_file (0.03s)
=== CONT TestAccCognitoIdentityPoolProviderPrincipalTags_disappears
=== CONT TestAccCognitoIdentityPoolProviderPrincipalTags_basic
=== CONT TestAccCognitoIdentityPoolDataSource_tags
=== CONT TestValidSupportedLoginProviders
=== CONT TestAccCognitoIdentityPoolDataSource_cognitoIdentityProviders
=== CONT TestAccCognitoIdentityPoolDataSource_openidConnectProviderARNs
=== CONT TestAccCognitoIdentityPool_basic
=== CONT TestAccCognitoIdentityPool_samlProviderARNs
--- PASS: TestValidSupportedLoginProviders (0.00s)
=== CONT TestAccCognitoIdentityPoolDataSource_basic
=== CONT TestValidRoles
=== CONT TestAccCognitoIdentityPoolRolesAttachment_roleMappingsWithRulesTypeError
--- PASS: TestValidRoles (0.00s)
=== CONT TestAccCognitoIdentityPoolRolesAttachment_roleMappingsWithTokenTypeError
=== CONT TestValidRoleMappingsRulesConfiguration
--- PASS: TestValidRoleMappingsRulesConfiguration (0.00s)
=== CONT TestAccCognitoIdentityPoolDataSource_samlProviderARNs
=== CONT TestAccCognitoIdentityPoolProviderPrincipalTags_oidc
=== CONT TestValidProviderDeveloperName
--- PASS: TestValidProviderDeveloperName (0.00s)
=== CONT TestValidIdentityPoolName
--- PASS: TestValidIdentityPoolName (0.00s)
=== CONT TestValidIdentityProvidersProviderName
=== CONT TestAccCognitoIdentityPool_tags
--- PASS: TestValidIdentityProvidersProviderName (0.00s)
=== CONT TestValidIdentityProvidersClientID
=== CONT TestAccCognitoIdentityPoolProviderPrincipalTags_updated
=== CONT TestAccCognitoIdentityPool_supportedLoginProviders
=== CONT TestAccCognitoIdentityPool_disappears
=== CONT TestAccCognitoIdentityPool_DeveloperProviderName
--- PASS: TestValidIdentityProvidersClientID (0.00s)
=== CONT TestAccCognitoIdentityPool_openidConnectProviderARNs
=== CONT TestValidRoleMappingsAmbiguousRoleResolutionAgainstType
--- PASS: TestValidRoleMappingsAmbiguousRoleResolutionAgainstType (0.00s)
=== CONT TestAccCognitoIdentityPool_cognitoIdentityProviders
=== CONT TestAccCognitoIdentityPoolDataSource_supportedLoginProviders
--- PASS: TestAccCognitoIdentityPoolRolesAttachment_roleMappingsWithTokenTypeError (15.21s)
=== CONT TestAccCognitoIdentityPoolRolesAttachment_roleMappings
--- PASS: TestAccCognitoIdentityPoolRolesAttachment_roleMappingsWithRulesTypeError (16.22s)
=== CONT TestAccCognitoIdentityPoolRolesAttachment_roleMappingsWithAmbiguousRoleResolutionError
--- PASS: TestAccCognitoIdentityPoolDataSource_openidConnectProviderARNs (28.97s)
=== CONT TestAccCognitoIdentityPoolRolesAttachment_disappears
--- PASS: TestAccCognitoIdentityPoolDataSource_cognitoIdentityProviders (28.98s)
=== CONT TestAccCognitoIdentityPoolRolesAttachment_basic
--- PASS: TestAccCognitoIdentityPoolDataSource_basic (29.05s)
--- PASS: TestAccCognitoIdentityPool_disappears (29.08s)
--- PASS: TestAccCognitoIdentityPoolDataSource_supportedLoginProviders (29.22s)
--- PASS: TestAccCognitoIdentityPoolDataSource_tags (29.24s)
--- PASS: TestAccCognitoIdentityPoolProviderPrincipalTags_oidc (29.57s)
--- PASS: TestAccCognitoIdentityPoolDataSource_samlProviderARNs (29.70s)
--- PASS: TestAccCognitoIdentityPoolProviderPrincipalTags_basic (30.89s)
--- PASS: TestAccCognitoIdentityPoolRolesAttachment_roleMappingsWithAmbiguousRoleResolutionError (15.14s)
--- PASS: TestAccCognitoIdentityPoolProviderPrincipalTags_disappears (32.11s)
--- PASS: TestAccCognitoIdentityPool_DeveloperProviderName (44.47s)
--- PASS: TestAccCognitoIdentityPool_basic (45.46s)
--- PASS: TestAccCognitoIdentityPoolRolesAttachment_disappears (17.04s)
--- PASS: TestAccCognitoIdentityPoolProviderPrincipalTags_updated (46.91s)
--- PASS: TestAccCognitoIdentityPool_tags (52.98s)
--- PASS: TestAccCognitoIdentityPool_openidConnectProviderARNs (53.69s)
--- PASS: TestAccCognitoIdentityPool_supportedLoginProviders (53.76s)
--- PASS: TestAccCognitoIdentityPool_cognitoIdentityProviders (53.79s)
--- PASS: TestAccCognitoIdentityPool_samlProviderARNs (54.00s)
--- PASS: TestAccCognitoIdentityPoolRolesAttachment_basic (29.09s)
--- PASS: TestAccCognitoIdentityPoolRolesAttachment_roleMappings (51.13s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/cognitoidentity 96.889s
Thanks for your contribution, @danquack ! 👍 |
This functionality has been released in v5.41.0 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
🚚 Bringing Cognito Identity to use the next version of AWS SDK
Relations
Relates #32976
Closes #36130
References
Output from Acceptance Testing