You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When ordering a softlayer_file_storage resource you need to specify a value for iops which can be 0.25, 2, 4 or 10.
But after the resource is created, the value stored in the Terraform state has more decimals, so, for example,4 is stored as 4.096 and 10 is stored as 10.24.
This causes a subsequent terraform plan to incorrect flag the resource as needing to be recreated.
When ordering a
softlayer_file_storage
resource you need to specify a value foriops
which can be0.25
,2
,4
or10
.But after the resource is created, the value stored in the Terraform state has more decimals, so, for example,
4
is stored as4.096
and10
is stored as10.24
.This causes a subsequent
terraform plan
to incorrect flag the resource as needing to be recreated.Steps to reproduce
softlayer_file_storage
:terraform apply
terraform plan
gives wrong result:Expected result
No changes required
Environment
The text was updated successfully, but these errors were encountered: