-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
r/aws_fsx_lustre_file_system - support modification of per_unit_storage_throughput parameter #34932
r/aws_fsx_lustre_file_system - support modification of per_unit_storage_throughput parameter #34932
Conversation
Community NoteVoting for Prioritization
For Submitters
|
d70b4a8
to
a77fa4c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccFSxLustreFileSystem_dataCompression\|TestAccFSxLustreFileSystem_basic\|TestAccFSxLustreFileSystem_deploymentTypePersistent1_per\|TestAccFSxLustreFileSystem_deploymentTypePersistent2_per' PKG=fsx ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/fsx/... -v -count 1 -parallel 2 -run=TestAccFSxLustreFileSystem_dataCompression\|TestAccFSxLustreFileSystem_basic\|TestAccFSxLustreFileSystem_deploymentTypePersistent1_per\|TestAccFSxLustreFileSystem_deploymentTypePersistent2_per -timeout 360m
=== RUN TestAccFSxLustreFileSystem_basic
=== PAUSE TestAccFSxLustreFileSystem_basic
=== RUN TestAccFSxLustreFileSystem_dataCompression
=== PAUSE TestAccFSxLustreFileSystem_dataCompression
=== RUN TestAccFSxLustreFileSystem_deploymentTypePersistent1_perUnitStorageThroughput
=== PAUSE TestAccFSxLustreFileSystem_deploymentTypePersistent1_perUnitStorageThroughput
=== RUN TestAccFSxLustreFileSystem_deploymentTypePersistent2_perUnitStorageThroughput
=== PAUSE TestAccFSxLustreFileSystem_deploymentTypePersistent2_perUnitStorageThroughput
=== CONT TestAccFSxLustreFileSystem_basic
=== CONT TestAccFSxLustreFileSystem_deploymentTypePersistent1_perUnitStorageThroughput
--- PASS: TestAccFSxLustreFileSystem_basic (607.46s)
=== CONT TestAccFSxLustreFileSystem_dataCompression
--- PASS: TestAccFSxLustreFileSystem_deploymentTypePersistent1_perUnitStorageThroughput (982.52s)
=== CONT TestAccFSxLustreFileSystem_deploymentTypePersistent2_perUnitStorageThroughput
--- PASS: TestAccFSxLustreFileSystem_dataCompression (737.10s)
--- PASS: TestAccFSxLustreFileSystem_deploymentTypePersistent2_perUnitStorageThroughput (899.03s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/fsx 1887.529s
@sasidhar-aws Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.32.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. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
aws_fsx_lustre_file_system supports modification of per_unit_storage_throughput parameter without recreation and destruction of the filesystem.
Relations
Closes #34862
References
https://aws.amazon.com/about-aws/whats-new/2023/11/amazon-fsx-lustre-adjust-throughput-tier-file-systems/
Output from Acceptance Testing