Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws_fsx_lustre_file_system support Persistent 2, add new resource aws_fsx_data_repository_association #22291

Merged
7 changes: 7 additions & 0 deletions .changelog/22291.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:enhancement
resource/aws_fsx_lustre_file_system: Add `file_system_type_version` argument
```

```release-note:new-resource
aws_fsx_data_repository_association
```
1 change: 1 addition & 0 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1242,6 +1242,7 @@ func Provider() *schema.Provider {

"aws_fsx_backup": fsx.ResourceBackup(),
"aws_fsx_lustre_file_system": fsx.ResourceLustreFileSystem(),
"aws_fsx_data_repository_association": fsx.ResourceDataRepositoryAssociation(),
ewbankkit marked this conversation as resolved.
Show resolved Hide resolved
"aws_fsx_ontap_file_system": fsx.ResourceOntapFileSystem(),
"aws_fsx_ontap_storage_virtual_machine": fsx.ResourceOntapStorageVirtualMachine(),
"aws_fsx_ontap_volume": fsx.ResourceOntapVolume(),
Expand Down
Loading