softlayer / terraform-provider-softlayer

a Terraform (http://terraform.io) provider for interacting with SoftLayer (https://www.softlayer.com)
Mozilla Public License 2.0
40 stars 26 forks source link

Block Storage Ordering issue #189

Open gkrash opened 6 years ago

gkrash commented 6 years ago

For some reason ordering block storage isn't consistent..

From FRA02,

If I order 100 GB Performance @ 1000 IOPS, it works fine.

Using the same code (different resource name), if I order 4000 GB Performance @ 8000 IOPS it fails with: Error while creating storage:No product items matching with keyName 8000_IOPS and categoryCode performance_storage_iops could be found

I can successfully order this storage by hand through the console, so I know the parameters work.. can post my TF samples if needed, but they are essentially identical otherwise.

Thoughts?