-
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
f-aws_transfer_server support for sftp authentication methods #37015
f-aws_transfer_server support for sftp authentication methods #37015
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=TestAccTransfer_serial/Server' PKG=transfer
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.2 test ./internal/service/transfer/... -v -count 1 -parallel 20 -run=TestAccTransfer_serial/Server -timeout 360m
=== RUN TestAccTransfer_serial
=== PAUSE TestAccTransfer_serial
=== CONT TestAccTransfer_serial
=== RUN TestAccTransfer_serial/Server
=== RUN TestAccTransfer_serial/Server/VPCAddressAllocationIDsSecurityGroupIDs
=== RUN TestAccTransfer_serial/Server/VPCSecurityGroupIDs
=== RUN TestAccTransfer_serial/Server/tags
=== RUN TestAccTransfer_serial/Server/DirectoryService
=== RUN TestAccTransfer_serial/Server/UpdateEndpointTypeVPCToPublic
=== RUN TestAccTransfer_serial/Server/VPCAddressAllocationIDs
=== RUN TestAccTransfer_serial/Server/DataSourceServiceManaged
=== RUN TestAccTransfer_serial/Server/VPC
=== RUN TestAccTransfer_serial/Server/HostKey
=== RUN TestAccTransfer_serial/Server/ProtocolDetails
=== RUN TestAccTransfer_serial/Server/SecurityPolicy
=== RUN TestAccTransfer_serial/Server/SftpAuthenticationMethods
=== RUN TestAccTransfer_serial/Server/UpdateEndpointTypePublicToVPCAddressAllocationIDs
=== RUN TestAccTransfer_serial/Server/DataSourceBasic
=== RUN TestAccTransfer_serial/Server/Domain
=== RUN TestAccTransfer_serial/Server/ForceDestroy
=== RUN TestAccTransfer_serial/Server/LambdaFunction
=== RUN TestAccTransfer_serial/Server/AuthenticationLoginBanners
=== RUN TestAccTransfer_serial/Server/SecurityPolicyFIPS
=== RUN TestAccTransfer_serial/Server/Workflow
=== RUN TestAccTransfer_serial/Server/disappears
=== RUN TestAccTransfer_serial/Server/Protocols
=== RUN TestAccTransfer_serial/Server/UpdateEndpointTypeVPCEndpointToVPC
=== RUN TestAccTransfer_serial/Server/UpdateEndpointTypePublicToVPC
=== RUN TestAccTransfer_serial/Server/UpdateEndpointTypeVPCEndpointToVPCAddressAllocationIDs
=== RUN TestAccTransfer_serial/Server/basic
=== RUN TestAccTransfer_serial/Server/APIGatewayForceDestroy
=== RUN TestAccTransfer_serial/Server/UpdateSftpAuthenticationMethods
=== RUN TestAccTransfer_serial/Server/StructuredLogDestinations
=== RUN TestAccTransfer_serial/Server/VPCEndpointID
=== RUN TestAccTransfer_serial/Server/APIGateway
=== RUN TestAccTransfer_serial/Server/DataSourceAPIGateway
=== RUN TestAccTransfer_serial/Server/S3StorageOptions
=== RUN TestAccTransfer_serial/Server/UpdateEndpointTypeVPCEndpointToVPCSecurityGroupIDs
--- PASS: TestAccTransfer_serial (7426.66s)
--- PASS: TestAccTransfer_serial/Server (7426.66s)
--- PASS: TestAccTransfer_serial/Server/VPCAddressAllocationIDsSecurityGroupIDs (213.37s)
--- PASS: TestAccTransfer_serial/Server/VPCSecurityGroupIDs (62.39s)
--- PASS: TestAccTransfer_serial/Server/tags (218.49s)
--- PASS: TestAccTransfer_serial/Server/DirectoryService (904.27s)
--- PASS: TestAccTransfer_serial/Server/UpdateEndpointTypeVPCToPublic (224.90s)
--- PASS: TestAccTransfer_serial/Server/VPCAddressAllocationIDs (251.74s)
--- PASS: TestAccTransfer_serial/Server/DataSourceServiceManaged (192.85s)
--- PASS: TestAccTransfer_serial/Server/VPC (166.72s)
--- PASS: TestAccTransfer_serial/Server/HostKey (164.07s)
--- PASS: TestAccTransfer_serial/Server/ProtocolDetails (204.51s)
--- PASS: TestAccTransfer_serial/Server/SecurityPolicy (246.94s)
--- PASS: TestAccTransfer_serial/Server/SftpAuthenticationMethods (198.71s)
--- PASS: TestAccTransfer_serial/Server/UpdateEndpointTypePublicToVPCAddressAllocationIDs (445.37s)
--- PASS: TestAccTransfer_serial/Server/DataSourceBasic (160.39s)
--- PASS: TestAccTransfer_serial/Server/Domain (194.05s)
--- PASS: TestAccTransfer_serial/Server/ForceDestroy (195.32s)
--- PASS: TestAccTransfer_serial/Server/LambdaFunction (213.33s)
--- PASS: TestAccTransfer_serial/Server/AuthenticationLoginBanners (165.05s)
--- PASS: TestAccTransfer_serial/Server/SecurityPolicyFIPS (204.28s)
--- PASS: TestAccTransfer_serial/Server/Workflow (216.59s)
--- PASS: TestAccTransfer_serial/Server/disappears (195.24s)
--- PASS: TestAccTransfer_serial/Server/Protocols (225.62s)
--- PASS: TestAccTransfer_serial/Server/UpdateEndpointTypeVPCEndpointToVPC (132.40s)
--- PASS: TestAccTransfer_serial/Server/UpdateEndpointTypePublicToVPC (292.30s)
--- PASS: TestAccTransfer_serial/Server/UpdateEndpointTypeVPCEndpointToVPCAddressAllocationIDs (184.56s)
--- PASS: TestAccTransfer_serial/Server/basic (180.49s)
--- PASS: TestAccTransfer_serial/Server/APIGatewayForceDestroy (202.17s)
--- PASS: TestAccTransfer_serial/Server/UpdateSftpAuthenticationMethods (218.21s)
--- PASS: TestAccTransfer_serial/Server/StructuredLogDestinations (209.81s)
--- PASS: TestAccTransfer_serial/Server/VPCEndpointID (70.00s)
--- PASS: TestAccTransfer_serial/Server/APIGateway (168.70s)
--- PASS: TestAccTransfer_serial/Server/DataSourceAPIGateway (194.14s)
--- PASS: TestAccTransfer_serial/Server/S3StorageOptions (213.12s)
--- PASS: TestAccTransfer_serial/Server/UpdateEndpointTypeVPCEndpointToVPCSecurityGroupIDs (96.55s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/transfer 7438.286s
@nikhil-goenka Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.47.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
Relations
Closes #32900
References
Output from Acceptance Testing