-
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_transfer_tag #27131
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.
Welcome @kenchan0130 👋
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 CONTRIBUTOR 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! 😃
@kenchan0130 Could you add a test with the |
The resource I have created in this case is one that allows you to add, create, update and delete individual tags. If you have different perceptions of each other, please let me know your specific intentions. |
… names configurable.
@kenchan0130 Thanks for the contribution 🎉 👏. |
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=TestAccTransferTag_' PKG=transfer ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/transfer/... -v -count 1 -parallel 2 -run=TestAccTransferTag_ -timeout 180m
=== RUN TestAccTransferTag_basic
=== PAUSE TestAccTransferTag_basic
=== RUN TestAccTransferTag_disappears
=== PAUSE TestAccTransferTag_disappears
=== RUN TestAccTransferTag_value
=== PAUSE TestAccTransferTag_value
=== RUN TestAccTransferTag_system
=== PAUSE TestAccTransferTag_system
=== CONT TestAccTransferTag_basic
=== CONT TestAccTransferTag_value
--- PASS: TestAccTransferTag_value (179.44s)
=== CONT TestAccTransferTag_system
--- PASS: TestAccTransferTag_basic (186.63s)
=== CONT TestAccTransferTag_disappears
--- PASS: TestAccTransferTag_disappears (187.08s)
--- PASS: TestAccTransferTag_system (197.13s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/transfer 380.545s
Wow that was fast! 👏🏼 |
This functionality has been released in v4.35.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
New Resource for
aws_transfer_tag
Relations
Relates #6956.
Closes #18077.
Closes #24426.
References
My envisioned use case is https://docs.aws.amazon.com/transfer/latest/userguide/requirements-dns.html
Output from Acceptance Testing