https://github.com/terraform-aws-modules/terraform-aws-fsx
Terraform module to create AWS FSx resources πΊπ¦
https://github.com/terraform-aws-modules/terraform-aws-fsx
fsx fsx-lustre fsx-openzfs terraform terraform-module
Last synced: 1 day ago
JSON representation
Terraform module to create AWS FSx resources πΊπ¦
- Host: GitHub
- URL: https://github.com/terraform-aws-modules/terraform-aws-fsx
- Owner: terraform-aws-modules
- License: apache-2.0
- Created: 2022-12-01T16:32:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-18T01:20:04.000Z (8 days ago)
- Last Synced: 2025-06-18T02:26:29.412Z (8 days ago)
- Topics: fsx, fsx-lustre, fsx-openzfs, terraform, terraform-module
- Language: HCL
- Homepage: https://registry.terraform.io/modules/terraform-aws-modules/fsx/aws
- Size: 189 KB
- Stars: 5
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS FSx Terraform module
Terraform module which creates AWS FSx resources.
[](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
## Usage
See the respective sub-module `README.md` for details on how how to use:
- [FSx for Lustre](https://github.com/terraform-aws-modules/terraform-aws-fsx/tree/master/modules/lustre)
- [FSx for NetApp ONTAP](https://github.com/terraform-aws-modules/terraform-aws-fsx/tree/master/modules/ontap)
- [FSx for OpenZFS](https://github.com/terraform-aws-modules/terraform-aws-fsx/tree/master/modules/openzfs)
- [FSx for Windows File Server](https://github.com/terraform-aws-modules/terraform-aws-fsx/tree/master/modules/windows)## Examples
Examples codified under the [`examples`](https://github.com/terraform-aws-modules/terraform-aws-fsx/tree/master/examples) are intended to give users references for how to use the module(s) as well as testing/validating changes to the source code of the module. If contributing to the project, please be sure to make any appropriate updates to the relevant examples to allow maintainers to test your changes and to keep the examples up to date for users. Thank you!
- [FSx for Lustre](https://github.com/terraform-aws-modules/terraform-aws-fsx/tree/master/examples/lustre)
- [FSx for NetApp ONTAP](https://github.com/terraform-aws-modules/terraform-aws-fsx/tree/master/examples/ontap)
- [FSx for OpenZFS](https://github.com/terraform-aws-modules/terraform-aws-fsx/tree/master/examples/openzfs)
- [FSx for Windows File Server](https://github.com/terraform-aws-modules/terraform-aws-fsx/tree/master/examples/windows)## License
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-fsx/blob/master/LICENSE).