-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
GetOpenIdTokenForDeveloperIdentity ephemeral resource #40763
Conversation
Community NoteVoting for Prioritization
For Submitters
|
1443c16
to
7e894a9
Compare
website/docs/ephemeral-resources/cognito_identity_openid_token_for_developer_identity.markdown
Outdated
Show resolved
Hide resolved
internal/service/cognitoidentity/openid_token_for_developer_identity_ephemeral.go
Show resolved
Hide resolved
7e894a9
to
21ec0b8
Compare
a487994
to
97f870e
Compare
website/docs/ephemeral-resources/cognito_identity_openid_token_for_developer_identity.markdown
Outdated
Show resolved
Hide resolved
…_for_developer_identity.markdown Co-authored-by: Daniel Quackenbush <25692880+danquack@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 TESTARGS='-run=TestAccCognitoIdentityOpenIDTokenForDeveloperIdentityEphemeral_' PKG=cognitoidentity
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.3 test ./internal/service/cognitoidentity/... -v -count 1 -parallel 20 -run=TestAccCognitoIdentityOpenIDTokenForDeveloperIdentityEphemeral_ -timeout 360m
2025/01/08 10:52:27 Initializing Terraform AWS Provider...
=== RUN TestAccCognitoIdentityOpenIDTokenForDeveloperIdentityEphemeral_basic
=== PAUSE TestAccCognitoIdentityOpenIDTokenForDeveloperIdentityEphemeral_basic
=== CONT TestAccCognitoIdentityOpenIDTokenForDeveloperIdentityEphemeral_basic
--- PASS: TestAccCognitoIdentityOpenIDTokenForDeveloperIdentityEphemeral_basic (12.07s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/cognitoidentity 17.222s
website/docs/ephemeral-resources/cognito_identity_openid_token_for_developer_identity.markdown
Show resolved
Hide resolved
…_for_developer_identity.markdown 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 💨
@danquack Thanks for the contribution 🎉 👏. |
Great work on this @danquack! |
This functionality has been released in v5.83.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! |
Description
Creates an ephemeral resource for GetOpenIdTokenForDeveloperIdentity.
Relations
Closes #29673
References
Output from Acceptance Testing