-
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
r/aws_transfer_server: Add support for TransferSecurityPolicy-2023-05 #31536
Conversation
Community NoteVoting for Prioritization
For Submitters
|
I had one job and managed to copy and paste and introduce a typo :) The tests should pass now.. |
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=TestAccTransfer_serial/Server/SecurityPolicy' PKG=transfer
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/transfer/... -v -count 1 -parallel 20 -run=TestAccTransfer_serial/Server/SecurityPolicy -timeout 180m
=== RUN TestAccTransfer_serial
=== PAUSE TestAccTransfer_serial
=== CONT TestAccTransfer_serial
=== RUN TestAccTransfer_serial/Server
=== RUN TestAccTransfer_serial/Server/SecurityPolicy
--- PASS: TestAccTransfer_serial (218.08s)
--- PASS: TestAccTransfer_serial/Server (218.08s)
--- PASS: TestAccTransfer_serial/Server/SecurityPolicy (218.08s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/transfer 224.188s
@trevorrea Thanks for the contribution 🎉 👏. |
Hello, will this change be released on a 4.x version as well? |
HI @SantiMunoz I'm not a Hashicorp employee but as far as I'm aware from what's happened in the past once a new major provider version is released no new functionality is added to the previous version. You can imagine the maintenance overhead if changes had to be constantly backported to 4.x from 5.x. |
This functionality has been released in v5.1.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 MR adds support for TransferSecurityPolicy-2023-05 to r/aws_transfer_server. See https://docs.aws.amazon.com/transfer/latest/userguide/security-policies.html#security-policy-transfer-2023-04
Relations
Closes #31531
References
#25060 - this is an MR to add support for a new security policy previously. I have copied it. Not sure if there are AWS SDK for Go requirements which need to be met as well.
Output from Acceptance Testing