-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Enhancement: aws_lightsail_instance
add support for add_on
#28602
Enhancement: aws_lightsail_instance
add support for add_on
#28602
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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=TestAccLightsailInstance_' 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=TestAccLightsailInstance_ -timeout 180m
=== RUN TestAccLightsailInstance_basic
=== PAUSE TestAccLightsailInstance_basic
=== RUN TestAccLightsailInstance_name
=== PAUSE TestAccLightsailInstance_name
=== RUN TestAccLightsailInstance_tags
=== PAUSE TestAccLightsailInstance_tags
=== RUN TestAccLightsailInstance_IPAddressType
=== PAUSE TestAccLightsailInstance_IPAddressType
=== RUN TestAccLightsailInstance_addOn
=== PAUSE TestAccLightsailInstance_addOn
=== RUN TestAccLightsailInstance_disappears
=== PAUSE TestAccLightsailInstance_disappears
=== CONT TestAccLightsailInstance_basic
=== CONT TestAccLightsailInstance_tags
=== CONT TestAccLightsailInstance_IPAddressType
--- PASS: TestAccLightsailInstance_basic (56.79s)
=== CONT TestAccLightsailInstance_addOn
--- PASS: TestAccLightsailInstance_tags (72.66s)
=== CONT TestAccLightsailInstance_name
--- PASS: TestAccLightsailInstance_IPAddressType (82.42s)
=== CONT TestAccLightsailInstance_disappears
--- PASS: TestAccLightsailInstance_disappears (49.79s)
--- PASS: TestAccLightsailInstance_name (111.59s)
--- PASS: TestAccLightsailInstance_addOn (329.41s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/lightsail 391.694s
@brittandeyoung 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
This pull request adds support for defining
add_on
blocks for lightsail instances. This allows for the management of automates snapshots of instances through terraform.Relations
Closes #23688
References
Output from Acceptance Testing