Amazon FSx is a service which was launched during AWS re:Invent 2018. They announced two different services as part of FSx: Amazon FSx for Windows File Server and Amazon FSx for Lustre.
Both services allow AWS users to create network shares using either Windows File Server (SMB) or Lustre.
I was unable to find any resources associated with FSx in the official Terraform AWS provider documentation. Additionally, I was unable to find either a pull requests or issues related to FSx. I was wondering if somebody is working on Terraform AWS resources for FSx?
I do not have an imitate need for FSx, that is the reason why I did not create a feature request.
I can take a shot at this. This looks like it will behave very similarly to the EBS resources.
I just added a PR to add support and a file system resource. If anyone wants to test it and provide feedback, it would be much appreciated. These acceptance tests take... so... long... ugh.
I need this support for a client's project ASAP. Looking forward to it!
@tkidd77 If you can manage working with a custom-built provider, I suggest you take a look at https://github.com/rackerlabs/simple-provider-cicd.
@tkidd77 you can also review the pull request @slapula and make sure it will end up in the AWS provider.
When is aws_fsx_file_system going to be available as part of standard terraform?
Is there any update? When is it going to be available?
Please, I need it!
Hi folks 👋 Initial support for managing FSx in the Terraform AWS Provider has been merged with the following two new resources:
aws_fsx_lustre_file_system
aws_fsx_windows_file_system
These will be released with version 2.24.0 in the next day or two. Special shout out to @slapula who did great work in making this happen. 🎉
This has been released in version 2.24.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
When is aws_fsx_file_system going to be available as part of standard terraform?