-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Allows removal of token_validity_units
block
#30662
Conversation
Community NoteVoting for Prioritization
For Submitters
|
edadf4d
to
4662da4
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 🥇
$ make testacc PKG=cognitoidp TESTS='TestAccCognitoIDPManagedUserPoolClient_| TestAccCognitoIDPUserPoolClient_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/cognitoidp/... -v -count 1 -parallel 20 -run='TestAccCognitoIDPManagedUserPoolClient_| TestAccCognitoIDPUserPoolClient_' -timeout 180m
--- PASS: TestAccCognitoIDPManagedUserPoolClient_refreshTokenValidity_error (4.60s)
--- PASS: TestAccCognitoIDPManagedUserPoolClient_idTokenValidity_error (5.02s)
--- PASS: TestAccCognitoIDPManagedUserPoolClient_accessTokenValidity_error (5.54s)
--- PASS: TestAccCognitoIDPManagedUserPoolClient_enableRevocation (1547.66s)
--- PASS: TestAccCognitoIDPManagedUserPoolClient_tokenValidityUnits_AccessToken (1593.92s)
--- PASS: TestAccCognitoIDPManagedUserPoolClient_basic (1615.27s)
--- PASS: TestAccCognitoIDPManagedUserPoolClient_refreshTokenValidity (1642.58s)
--- PASS: TestAccCognitoIDPManagedUserPoolClient_namePattern (1763.17s)
--- PASS: TestAccCognitoIDPManagedUserPoolClient_nulls (1773.06s)
--- PASS: TestAccCognitoIDPManagedUserPoolClient_allFields (1783.34s)
--- PASS: TestAccCognitoIDPManagedUserPoolClient_analyticsApplicationID (1829.61s)
--- PASS: TestAccCognitoIDPManagedUserPoolClient_Disappears_OpenSearchDomain (1963.96s)
--- PASS: TestAccCognitoIDPManagedUserPoolClient_emptySets (1970.63s)
--- PASS: TestAccCognitoIDPManagedUserPoolClient_tokenValidityUnits (2099.81s)
--- PASS: TestAccCognitoIDPManagedUserPoolClient_authSessionValidity (2359.53s)
--- PASS: TestAccCognitoIDPManagedUserPoolClient_allFieldsUpdatingOneField (2385.17s)
--- PASS: TestAccCognitoIDPManagedUserPoolClient_tokenValidityUnitsWTokenValidity (2393.41s)
--- PASS: TestAccCognitoIDPManagedUserPoolClient_tokenValidityUnits_explicitDefaults (2685.77s)
--- PASS: TestAccCognitoIDPManagedUserPoolClient_idTokenValidity (2805.90s)
--- PASS: TestAccCognitoIDPManagedUserPoolClient_accessTokenValidity (3192.39s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/cognitoidp 3195.656s
hey, thank you for fixing the bug, but now we are experiencing |
This functionality has been released in v4.63.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 have the same issue as @derzierau |
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
Removing
token_validity_units
would return the errorRelations
Closes #30433
References
Output from Acceptance Testing