[Bug]: aws_transfer_workflow does not save state for copy_step_details #29965
Labels
bug
Addresses a defect in current functionality.
service/transfer
Issues and PRs that pertain to the transfer service.
Terraform Core Version
1.3.3
AWS Provider Version
4.57.1
Affected Resource(s)
aws_transfer_workflow
Expected Behavior
When creating copy_step_details, those steps should be kept in state.
Actual Behavior
The state for the the copy_step_details is empty. Also when trying to import a workflow that was created in the AWS console, which contains copy steps, the copy_step_details are empty.
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
After running
terraform init
andterraform apply
, the part of the aws_transfer_workflow in the state file looks like:When running a
terraform plan
again it will show changes to the copy_step_details again.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: