-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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_lightsail_bucket
#28585
New Resource: aws_lightsail_bucket
#28585
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=TestAccLightsailBucket_' 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=TestAccLightsailBucket_ -timeout 180m
=== RUN TestAccLightsailBucket_basic
=== PAUSE TestAccLightsailBucket_basic
=== RUN TestAccLightsailBucket_BundleId
=== PAUSE TestAccLightsailBucket_BundleId
=== RUN TestAccLightsailBucket_disappears
=== PAUSE TestAccLightsailBucket_disappears
=== RUN TestAccLightsailBucket_tags
=== PAUSE TestAccLightsailBucket_tags
=== CONT TestAccLightsailBucket_basic
=== CONT TestAccLightsailBucket_disappears
=== CONT TestAccLightsailBucket_BundleId
--- PASS: TestAccLightsailBucket_disappears (28.72s)
=== CONT TestAccLightsailBucket_tags
--- PASS: TestAccLightsailBucket_basic (33.41s)
--- PASS: TestAccLightsailBucket_BundleId (50.51s)
--- PASS: TestAccLightsailBucket_tags (57.47s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/lightsail 91.195s
@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 provides the terraform resource
aws_lightsail_bucket
Relations
Closes #20239
References
Output from Acceptance Testing