-
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
aws_transfer_server - add protocol_details #28621
aws_transfer_server - add protocol_details #28621
Conversation
Community NoteVoting for Prioritization
For Submitters
|
Acceptance test output: % make testacc TESTARGS='-run=TestAccTransfer_serial/Server/basic' 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/basic -timeout 180m === RUN TestAccTransfer_serial === PAUSE TestAccTransfer_serial === CONT TestAccTransfer_serial === RUN TestAccTransfer_serial/Server === RUN TestAccTransfer_serial/Server/basic --- PASS: TestAccTransfer_serial (201.82s) --- PASS: TestAccTransfer_serial/Server (201.82s) --- PASS: TestAccTransfer_serial/Server/basic (201.82s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/transfer 207.022s % make testacc TESTARGS='-run=TestAccTransfer_serial/Server/ProtocolDetails' 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/ProtocolDetails -timeout 180m === RUN TestAccTransfer_serial === PAUSE TestAccTransfer_serial === CONT TestAccTransfer_serial === RUN TestAccTransfer_serial/Server === RUN TestAccTransfer_serial/Server/ProtocolDetails --- PASS: TestAccTransfer_serial (200.96s) --- PASS: TestAccTransfer_serial/Server (200.96s) --- PASS: TestAccTransfer_serial/Server/ProtocolDetails (200.96s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/transfer 206.064s
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 go test ./internal/service/transfer/... -v -count 1 -parallel 20 -run=TestAccTransfer_serial/Server -timeout 180m
=== RUN TestAccTransfer_serial
=== PAUSE TestAccTransfer_serial
=== CONT TestAccTransfer_serial
=== RUN TestAccTransfer_serial/Server
=== RUN TestAccTransfer_serial/Server/UpdateEndpointTypeVPCToPublic
=== RUN TestAccTransfer_serial/Server/APIGatewayForceDestroy
=== RUN TestAccTransfer_serial/Server/DataSourceAPIGateway
=== RUN TestAccTransfer_serial/Server/Domain
=== RUN TestAccTransfer_serial/Server/Protocols
=== RUN TestAccTransfer_serial/Server/tags
=== RUN TestAccTransfer_serial/Server/ForceDestroy
=== RUN TestAccTransfer_serial/Server/LambdaFunction
=== RUN TestAccTransfer_serial/Server/VPCSecurityGroupIDs
=== RUN TestAccTransfer_serial/Server/VPCAddressAllocationIDs
=== RUN TestAccTransfer_serial/Server/VPCEndpointID
=== RUN TestAccTransfer_serial/Server/AuthenticationLoginBanners
=== RUN TestAccTransfer_serial/Server/DirectoryService
=== RUN TestAccTransfer_serial/Server/SecurityPolicy
=== RUN TestAccTransfer_serial/Server/VPC
=== RUN TestAccTransfer_serial/Server/HostKey
=== RUN TestAccTransfer_serial/Server/UpdateEndpointTypePublicToVPCAddressAllocationIDs
=== RUN TestAccTransfer_serial/Server/UpdateEndpointTypeVPCEndpointToVPC
=== RUN TestAccTransfer_serial/Server/basic
=== RUN TestAccTransfer_serial/Server/DataSourceBasic
=== RUN TestAccTransfer_serial/Server/UpdateEndpointTypeVPCEndpointToVPCAddressAllocationIDs
=== RUN TestAccTransfer_serial/Server/DataSourceServiceManaged
=== RUN TestAccTransfer_serial/Server/UpdateEndpointTypePublicToVPC
=== RUN TestAccTransfer_serial/Server/VPCAddressAllocationIDsSecurityGroupIDs
=== RUN TestAccTransfer_serial/Server/UpdateEndpointTypeVPCEndpointToVPCSecurityGroupIDs
=== RUN TestAccTransfer_serial/Server/disappears
=== RUN TestAccTransfer_serial/Server/APIGateway
=== RUN TestAccTransfer_serial/Server/ProtocolDetails
=== RUN TestAccTransfer_serial/Server/Workflow
--- PASS: TestAccTransfer_serial (6760.63s)
--- PASS: TestAccTransfer_serial/Server (6760.63s)
--- PASS: TestAccTransfer_serial/Server/UpdateEndpointTypeVPCToPublic (340.79s)
--- PASS: TestAccTransfer_serial/Server/APIGatewayForceDestroy (206.71s)
--- PASS: TestAccTransfer_serial/Server/DataSourceAPIGateway (195.62s)
--- PASS: TestAccTransfer_serial/Server/Domain (196.87s)
--- PASS: TestAccTransfer_serial/Server/Protocols (227.90s)
--- PASS: TestAccTransfer_serial/Server/tags (237.73s)
--- PASS: TestAccTransfer_serial/Server/ForceDestroy (197.96s)
--- PASS: TestAccTransfer_serial/Server/LambdaFunction (211.76s)
--- PASS: TestAccTransfer_serial/Server/VPCSecurityGroupIDs (65.62s)
--- PASS: TestAccTransfer_serial/Server/VPCAddressAllocationIDs (272.91s)
--- PASS: TestAccTransfer_serial/Server/VPCEndpointID (87.51s)
--- PASS: TestAccTransfer_serial/Server/AuthenticationLoginBanners (180.98s)
--- PASS: TestAccTransfer_serial/Server/DirectoryService (954.03s)
--- PASS: TestAccTransfer_serial/Server/SecurityPolicy (199.03s)
--- PASS: TestAccTransfer_serial/Server/VPC (150.62s)
--- PASS: TestAccTransfer_serial/Server/HostKey (189.48s)
--- PASS: TestAccTransfer_serial/Server/UpdateEndpointTypePublicToVPCAddressAllocationIDs (419.05s)
--- PASS: TestAccTransfer_serial/Server/UpdateEndpointTypeVPCEndpointToVPC (120.77s)
--- PASS: TestAccTransfer_serial/Server/basic (322.24s)
--- PASS: TestAccTransfer_serial/Server/DataSourceBasic (188.14s)
--- PASS: TestAccTransfer_serial/Server/UpdateEndpointTypeVPCEndpointToVPCAddressAllocationIDs (266.93s)
--- PASS: TestAccTransfer_serial/Server/DataSourceServiceManaged (160.30s)
--- PASS: TestAccTransfer_serial/Server/UpdateEndpointTypePublicToVPC (238.92s)
--- PASS: TestAccTransfer_serial/Server/VPCAddressAllocationIDsSecurityGroupIDs (254.63s)
--- PASS: TestAccTransfer_serial/Server/UpdateEndpointTypeVPCEndpointToVPCSecurityGroupIDs (120.69s)
--- PASS: TestAccTransfer_serial/Server/disappears (145.66s)
--- PASS: TestAccTransfer_serial/Server/APIGateway (196.30s)
--- PASS: TestAccTransfer_serial/Server/ProtocolDetails (200.17s)
--- PASS: TestAccTransfer_serial/Server/Workflow (211.31s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/transfer 6765.840s
@bennylu2 Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.58.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
Add
protocol_details
toaws_transfer_server
Relations
Closes #27695.
Closes #29332.
Relates #26996.
References
https://docs.aws.amazon.com/transfer/latest/userguide/API_ProtocolDetails.html