-
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
New Service: AWS Recycle Bin #25926
New Service: AWS Recycle Bin #25926
Conversation
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:
|
Question for the maintainer team about the bot note:
The |
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.
Welcome @rlizzo 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTING guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
…le tag listing with ARN and acceptance tests / registering the provider
0b5b835
to
ffed607
Compare
Hello, is there any update on this? This feature would be good to have :-) Looking forward to seeing it implemented |
Hey @rlizzo 👋, thanks for opening this! For a new service, we typically split the client registration into it's own PR. This prevents the constant merge conflicts in the generated files. Would you mind opening a separate PR to add the new recycle bin client (you'll get the same automated note as above, but it's fine for this situation), leaving this PR with just the new resource implementation? |
4aea99f
to
482ceb7
Compare
Rename resource and edit name in files. Some edits to the documentation.
6ce390b
to
f86c055
Compare
f86c055
to
7883391
Compare
Change to use `enum.Slice()` to convert a slice of typed string enums to a slice of strings in wait functions.
…-provider-aws into f-aws_rbin_rule-service
88f82cb
to
1cf9147
Compare
21e798b
to
f7978df
Compare
f7978df
to
27f7386
Compare
0be6b60
to
352e35a
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 PKG=rbin
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/rbin/... -v -count 1 -parallel 20 -timeout 180m
=== RUN TestAccRBinRule_basic
=== PAUSE TestAccRBinRule_basic
=== RUN TestAccRBinRule_disappears
=== PAUSE TestAccRBinRule_disappears
=== RUN TestAccRBinRule_tags
=== PAUSE TestAccRBinRule_tags
=== RUN TestAccRBinRule_lock_config
=== PAUSE TestAccRBinRule_lock_config
=== CONT TestAccRBinRule_basic
=== CONT TestAccRBinRule_lock_config
=== CONT TestAccRBinRule_tags
=== CONT TestAccRBinRule_disappears
--- PASS: TestAccRBinRule_disappears (10.98s)
--- PASS: TestAccRBinRule_lock_config (12.86s)
--- PASS: TestAccRBinRule_basic (14.88s)
--- PASS: TestAccRBinRule_tags (31.87s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/rbin 35.008s
This functionality has been released in v4.61.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. |
Community Note
Closes #23160
Output from acceptance testing:
Notes: