-
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 Resource: aws_paymentcryptography_key #37017
Conversation
Community NoteVoting for Prioritization
For Submitters
|
resource.ParallelTest(t, resource.TestCase{ | ||
PreCheck: func() { | ||
acctest.PreCheck(ctx, t) | ||
testAccPreCheck(ctx, t) |
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.
No partition check as the latest go SDK v1 doesn't have endpoints for this service, the region pre-check still checks the service is available in the region being tested against.
… else to consume.
27f8245
to
e7983fa
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.
Looks great! Thank you!
% make testacc TESTS=TestAccPaymentCryptographyKey_ PKG=paymentcryptography
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.2 test ./internal/service/paymentcryptography/... -v -count 1 -parallel 20 -run='TestAccPaymentCryptographyKey_' -timeout 360m
=== RUN TestAccPaymentCryptographyKey_basic
=== PAUSE TestAccPaymentCryptographyKey_basic
=== RUN TestAccPaymentCryptographyKey_tags
=== PAUSE TestAccPaymentCryptographyKey_tags
=== RUN TestAccPaymentCryptographyKey_update
=== PAUSE TestAccPaymentCryptographyKey_update
=== RUN TestAccPaymentCryptographyKey_disappears
=== PAUSE TestAccPaymentCryptographyKey_disappears
=== CONT TestAccPaymentCryptographyKey_basic
=== CONT TestAccPaymentCryptographyKey_update
=== CONT TestAccPaymentCryptographyKey_disappears
=== CONT TestAccPaymentCryptographyKey_tags
--- PASS: TestAccPaymentCryptographyKey_disappears (17.60s)
--- PASS: TestAccPaymentCryptographyKey_basic (20.71s)
--- PASS: TestAccPaymentCryptographyKey_tags (30.84s)
--- PASS: TestAccPaymentCryptographyKey_update (40.26s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/paymentcryptography 42.811s
This functionality has been released in v5.53.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
New resource for managing AWS Payment Cryptography keys.
Output from Acceptance Testing