-
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
Add cidr_list_aliases
to aws_lightsail_instance_public_ports
#28376
Add cidr_list_aliases
to aws_lightsail_instance_public_ports
#28376
Conversation
Community NoteVoting for Prioritization
For Submitters
|
58089c9
to
29ef95a
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 TESTARGS='-run=TestAccLightsailInstancePublicPorts_' 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=TestAccLightsailInstancePublicPorts_ -timeout 180m
=== RUN TestAccLightsailInstancePublicPorts_basic
=== PAUSE TestAccLightsailInstancePublicPorts_basic
=== RUN TestAccLightsailInstancePublicPorts_multiple
=== PAUSE TestAccLightsailInstancePublicPorts_multiple
=== RUN TestAccLightsailInstancePublicPorts_cidrs
=== PAUSE TestAccLightsailInstancePublicPorts_cidrs
=== RUN TestAccLightsailInstancePublicPorts_cidrListAliases
=== PAUSE TestAccLightsailInstancePublicPorts_cidrListAliases
=== RUN TestAccLightsailInstancePublicPorts_disappears
=== PAUSE TestAccLightsailInstancePublicPorts_disappears
=== RUN TestAccLightsailInstancePublicPorts_disappears_Instance
=== PAUSE TestAccLightsailInstancePublicPorts_disappears_Instance
=== CONT TestAccLightsailInstancePublicPorts_basic
=== CONT TestAccLightsailInstancePublicPorts_cidrListAliases
=== CONT TestAccLightsailInstancePublicPorts_disappears_Instance
--- PASS: TestAccLightsailInstancePublicPorts_disappears_Instance (54.42s)
=== CONT TestAccLightsailInstancePublicPorts_disappears
--- PASS: TestAccLightsailInstancePublicPorts_basic (57.34s)
=== CONT TestAccLightsailInstancePublicPorts_cidrs
--- PASS: TestAccLightsailInstancePublicPorts_cidrListAliases (57.86s)
=== CONT TestAccLightsailInstancePublicPorts_multiple
--- PASS: TestAccLightsailInstancePublicPorts_disappears (54.48s)
--- PASS: TestAccLightsailInstancePublicPorts_cidrs (54.41s)
--- PASS: TestAccLightsailInstancePublicPorts_multiple (56.54s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/lightsail 119.625s
@bschaatsbergen Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.49.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
Relations
Closes #28285
References
Output from Acceptance Testing