-
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
ecrpublic migrated to aws-sdk-v2 #36427
ecrpublic migrated to aws-sdk-v2 #36427
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:
|
7246c39
to
18e8f5b
Compare
18e8f5b
to
733e877
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 🚀
% AWS_DEFAULT_REGION=us-east-1 make testacc TESTARGS="-run=TestAccECRPublic" PKG=ecrpublic
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.21.8 test ./internal/service/ecrpublic/... -v -count 1 -parallel 20 -run=TestAccECRPublic -timeout 360m
--- PASS: TestAccECRPublicAuthorizationTokenDataSource_basic (6.52s)
--- PASS: TestAccECRPublicRepositoryPolicy_disappears (19.89s)
--- PASS: TestAccECRPublicRepository_disappears (20.40s)
--- PASS: TestAccECRPublicRepositoryPolicy_Disappears_repository (20.66s)
--- PASS: TestAccECRPublicRepository_basic (22.25s)
--- PASS: TestAccECRPublicRepository_CatalogData_logoImageBlob (23.70s)
--- PASS: TestAccECRPublicRepository_Basic_forceDestroy (23.91s)
--- PASS: TestAccECRPublicRepository_CatalogData_usageText (30.44s)
--- PASS: TestAccECRPublicRepository_CatalogData_description (31.92s)
--- PASS: TestAccECRPublicRepository_CatalogData_aboutText (32.14s)
--- PASS: TestAccECRPublicRepository_CatalogData_architectures (32.44s)
--- PASS: TestAccECRPublicRepository_CatalogData_operatingSystems (32.59s)
--- PASS: TestAccECRPublicRepositoryPolicy_basic (32.81s)
--- PASS: TestAccECRPublicRepositoryPolicy_iam (35.78s)
--- PASS: TestAccECRPublicRepository_tags (69.04s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ecrpublic 80.159s
@alexknez thank you for the contribution! 🎉 |
This functionality has been released in v5.42.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
This PR Migrates to AWS SDK v2 resources:
and Data Source:
Relations
Closes #36150
Relates #32976
References
Output from Acceptance Testing