AWS DataSync now supports the Server Message Block (SMB) protocol.
aws_datasync_location_smbresource "aws_datasync_location_smb" "example" {
agent_arns = ["${aws_datasync_agent.example.arn}"]
server_hostname = "smb.example.com"
subdirectory = "/exported/path"
}
Requires:
Curious where you are at in regards to the aws_datasync_location_smb resource. I see that AWS PS just released a cmdlet for it, but as of 2.31 I don't see reference to this particular resource. Looking to use it sooner rather than later.
How many votes are needed before this becomes priority? :) Tasked with a massive project to roll-out 27 agents and various tasks to SMB Share
@mark-bixler If you want to go upvote #10381, that one is ready for review and your :+1: might help it get visibility.
Support for this new resource has been merged and will release with version 2.48.0 of the Terraform AWS Provider, Thursday this week. Thanks to @thatderek for the implementation. 👍
This has been released in version 2.48.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 for triage. Thanks!
I'm going to lock this issue because it has been closed for _30 days_ ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!
Most helpful comment
Support for this new resource has been merged and will release with version 2.48.0 of the Terraform AWS Provider, Thursday this week. Thanks to @thatderek for the implementation. 👍