FSx Error: expected per_unit_storage_throughput to be one of [12 40 50 100 200], got 125 #22446
Labels
bug
Addresses a defect in current functionality.
service/fsx
Issues and PRs that pertain to the fsx service.
Milestone
Community Note
Terraform CLI and Terraform AWS Provider Version
➜ terraform terraform -v
Terraform v1.1.2
on darwin_arm64
provider registry.terraform.io/hashicorp/aws v3.70.0
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Here is the output of the plan
Expected Behavior
AWS Provider should be able to except the new FSx options being rolled out in AWS, starting with us-east-1
Throughput per unit of storage Info
Throughput (MB/s) per unit of storage (TiB)
125 MB/s/TiB
250 MB/s/TiB
500 MB/s/TiB
1000 MB/s/TiB
Actual Behavior
Did not except my value of 125 as it's not an expected option ([12 40 50 100 200])
Steps to Reproduce
terraform plan | apply
The text was updated successfully, but these errors were encountered: