output "aws_transfer_user" {
  value = aws_transfer_user.this
}

output "aws_transfer_user_role" {
  value = aws_iam_role.this
}
