-
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
Private Registry Access for Lightsail container services #27236
Private Registry Access for Lightsail container services #27236
Conversation
Community NoteVoting for Prioritization
For Submitters
|
Note to self; add computed attribute 'principalArn' |
Ready for review 🚀 |
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=TestAccLightsailContainerService_' PKG=lightsail ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/lightsail/... -v -count 1 -parallel 3 -run=TestAccLightsailContainerService_ -timeout 180m
=== RUN TestAccLightsailContainerService_basic
=== PAUSE TestAccLightsailContainerService_basic
=== RUN TestAccLightsailContainerService_disappears
=== PAUSE TestAccLightsailContainerService_disappears
=== RUN TestAccLightsailContainerService_Name
=== PAUSE TestAccLightsailContainerService_Name
=== RUN TestAccLightsailContainerService_IsDisabled
=== PAUSE TestAccLightsailContainerService_IsDisabled
=== RUN TestAccLightsailContainerService_Power
=== PAUSE TestAccLightsailContainerService_Power
=== RUN TestAccLightsailContainerService_PublicDomainNames
=== PAUSE TestAccLightsailContainerService_PublicDomainNames
=== RUN TestAccLightsailContainerService_PrivateRegistryAccess
=== PAUSE TestAccLightsailContainerService_PrivateRegistryAccess
=== RUN TestAccLightsailContainerService_Scale
=== PAUSE TestAccLightsailContainerService_Scale
=== RUN TestAccLightsailContainerService_tags
=== PAUSE TestAccLightsailContainerService_tags
=== CONT TestAccLightsailContainerService_basic
=== CONT TestAccLightsailContainerService_PublicDomainNames
=== CONT TestAccLightsailContainerService_IsDisabled
--- PASS: TestAccLightsailContainerService_PublicDomainNames (25.10s)
=== CONT TestAccLightsailContainerService_Scale
--- PASS: TestAccLightsailContainerService_basic (130.00s)
=== CONT TestAccLightsailContainerService_tags
--- PASS: TestAccLightsailContainerService_IsDisabled (132.57s)
=== CONT TestAccLightsailContainerService_Name
--- PASS: TestAccLightsailContainerService_Scale (109.73s)
=== CONT TestAccLightsailContainerService_PrivateRegistryAccess
--- PASS: TestAccLightsailContainerService_PrivateRegistryAccess (79.39s)
=== CONT TestAccLightsailContainerService_disappears
--- PASS: TestAccLightsailContainerService_tags (111.10s)
=== CONT TestAccLightsailContainerService_Power
--- PASS: TestAccLightsailContainerService_disappears (88.02s)
--- PASS: TestAccLightsailContainerService_Name (173.56s)
--- PASS: TestAccLightsailContainerService_Power (108.25s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/lightsail 353.149s
@bschaatsbergen Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.36.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
Adds Private Registry Access, see tagged issue for more information.
Relations
Closes #27201
References
Output from Acceptance Testing