Skip to content

Commit

Permalink
Merge pull request #22291 from vicyap/f-add-aws_fsx_lustre_file_syste…
Browse files Browse the repository at this point in the history
…m-persistent-2

aws_fsx_lustre_file_system support Persistent 2, add new resource aws_fsx_data_repository_association
  • Loading branch information
ewbankkit authored Jan 20, 2022
2 parents 51832c0 + b64a83c commit 186ca62
Show file tree
Hide file tree
Showing 11 changed files with 1,420 additions and 15 deletions.
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 @@ -1257,6 +1257,7 @@ func Provider() *schema.Provider {

"aws_fsx_backup": fsx.ResourceBackup(),
"aws_fsx_lustre_file_system": fsx.ResourceLustreFileSystem(),
"aws_fsx_data_repository_association": fsx.ResourceDataRepositoryAssociation(),
"aws_fsx_ontap_file_system": fsx.ResourceOntapFileSystem(),
"aws_fsx_ontap_storage_virtual_machine": fsx.ResourceOntapStorageVirtualMachine(),
"aws_fsx_ontap_volume": fsx.ResourceOntapVolume(),
Expand Down
Loading

0 comments on commit 186ca62

Please sign in to comment.