[Bug]: aws_transfer_server: 'As2Transport must be specified to enable AS2 protocol' #29332
Labels
bug
Addresses a defect in current functionality.
service/transfer
Issues and PRs that pertain to the transfer service.
Terraform Core Version
1.3.7
AWS Provider Version
4.53.0
Affected Resource(s)
Expected Behavior
When deploying a transfer server and specifying
AS2
as a protocol, the provider should provide AWS with anAs2Transports
value ofHTTP
.https://docs.aws.amazon.com/transfer/latest/userguide/API_CreateServer.html
Actual Behavior
The apply is failing with the following error:
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
terraform init
terraform apply
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: