Skip to content

Commit

Permalink
Merge pull request #22462 from DrFaust92/fsx_lustre_validation
Browse files Browse the repository at this point in the history
r/fsx_lustre_file_system - add more values to `per_unit_storage_throughput`
  • Loading branch information
ewbankkit authored Jan 7, 2022
2 parents 0aeec6e + b3e6f6e commit 2c9c2a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/22462.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_fsx_lustre_file_system: Add missing values to `per_unit_storage_throughput` validation
```
4 changes: 4 additions & 0 deletions internal/service/fsx/lustre_file_system.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,11 @@ func ResourceLustreFileSystem() *schema.Resource {
40,
50,
100,
125,
200,
250,
500,
1000,
}),
},
"automatic_backup_retention_days": {
Expand Down

0 comments on commit 2c9c2a8

Please sign in to comment.