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

r/cognito_user_pool_client - add support for application_arn in the analytics_configuration block #16734

Merged
merged 6 commits into from
Feb 18, 2021

Conversation

DrFaust92
Copy link
Collaborator

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Closes #16481

Release note for CHANGELOG:

resource_aws_cognito_user_pool_client - add support for `application_arn` in the `analytics_configuration` block.

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccAWSCognitoUserPoolClient_'
--- PASS: TestAccAWSCognitoUserPoolClient_disappears (33.68s)
--- PASS: TestAccAWSCognitoUserPoolClient_allFields (40.23s)
--- PASS: TestAccAWSCognitoUserPoolClient_basic (40.32s)
--- PASS: TestAccAWSCognitoUserPoolClient_analyticsConfigWithArn (44.65s)
--- PASS: TestAccAWSCognitoUserPoolClient_allFieldsUpdatingOneField (63.85s)
--- PASS: TestAccAWSCognitoUserPoolClient_Name (65.76s)
--- PASS: TestAccAWSCognitoUserPoolClient_RefreshTokenValidity (65.77s)
--- PASS: TestAccAWSCognitoUserPoolClient_analyticsConfig (102.19s)

@DrFaust92 DrFaust92 requested a review from a team as a code owner December 12, 2020 17:55
@ghost ghost added size/M Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. service/cognito tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Dec 12, 2020
@DrFaust92 DrFaust92 added the enhancement Requests to existing resources that expand the functionality or scope. label Dec 12, 2020
Base automatically changed from master to main January 23, 2021 00:59
@DrFaust92 DrFaust92 force-pushed the r/user_pool_client_pinpoint_arn branch from 17e6337 to 63fc540 Compare February 12, 2021 07:54
Copy link
Contributor

@bflad bflad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me given the context in #16481, thank you, @DrFaust92 🚀

Output from acceptance testing in AWS Commercial:

--- PASS: TestAccAWSCognitoUserPoolClient_allFields (27.33s)
--- PASS: TestAccAWSCognitoUserPoolClient_allFieldsUpdatingOneField (38.51s)
--- PASS: TestAccAWSCognitoUserPoolClient_analyticsConfig (51.18s)
--- PASS: TestAccAWSCognitoUserPoolClient_analyticsConfigWithArn (29.25s)
--- PASS: TestAccAWSCognitoUserPoolClient_basic (28.54s)
--- PASS: TestAccAWSCognitoUserPoolClient_disappears (24.96s)
--- PASS: TestAccAWSCognitoUserPoolClient_Name (38.85s)
--- PASS: TestAccAWSCognitoUserPoolClient_RefreshTokenValidity (38.14s)

Output from acceptance testing in AWS GovCloud (US):

--- FAIL: TestAccAWSCognitoUserPoolClient_analyticsConfig (20.37s) # https://github.com/hashicorp/terraform-provider-aws/issues/15722
--- FAIL: TestAccAWSCognitoUserPoolClient_analyticsConfigWithArn (20.33s) # https://github.com/hashicorp/terraform-provider-aws/issues/15722
--- PASS: TestAccAWSCognitoUserPoolClient_allFields (31.97s)
--- PASS: TestAccAWSCognitoUserPoolClient_allFieldsUpdatingOneField (43.43s)
--- PASS: TestAccAWSCognitoUserPoolClient_basic (31.46s)
--- PASS: TestAccAWSCognitoUserPoolClient_disappears (27.90s)
--- PASS: TestAccAWSCognitoUserPoolClient_Name (43.75s)
--- PASS: TestAccAWSCognitoUserPoolClient_RefreshTokenValidity (45.01s)

@bflad bflad merged commit b641c40 into hashicorp:main Feb 18, 2021
@github-actions github-actions bot added this to the v3.29.0 milestone Feb 18, 2021
@ghost
Copy link

ghost commented Feb 19, 2021

This has been released in version 3.29.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 for triage. Thanks!

@ghost
Copy link

ghost commented Mar 21, 2021

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 as resolved and limited conversation to collaborators Mar 21, 2021
@DrFaust92 DrFaust92 deleted the r/user_pool_client_pinpoint_arn branch April 15, 2021 10:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. enhancement Requests to existing resources that expand the functionality or scope. size/M Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PinPoint Analytics to Cognito Application Client not provisioned correctly
2 participants