[Bug]: aws_fsx_windows_file_system throughput_capacity can be only 2048MB/s but in AWS console 12288MB/s #40289
Labels
bug
Addresses a defect in current functionality.
needs-triage
Waiting for first response or review from a maintainer.
service/fsx
Issues and PRs that pertain to the fsx service.
Terraform Core Version
1.5.7
AWS Provider Version
5.77.0
Affected Resource(s)
aws_fsx_windows_file_system throughput_capacity can be only 2048MB/s but in AWS console 12288MB/s
Expected Behavior
can set throughput_capacity to 12288MB/s
Actual Behavior
max is 2048 MB/s
Relevant Error/Panic Output Snippet
Terraform Configuration Files
resource "aws_fsx_windows_file_system" "example" {
active_directory_id = aws_directory_service_directory.example.id
kms_key_id = aws_kms_key.example.arn
storage_capacity = 300
subnet_ids = [aws_subnet.example.id]
throughput_capacity = 4096
}
Steps to Reproduce
create resource with throughput_capacity > 2048
Debug Output
Planning failed. Terraform encountered an error while generating this plan.
╷
│ Error: expected throughput_capacity to be in the range (8 - 2048), got 4608
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: