Closed hyww closed 4 years ago
After doing some experiments today, I could say that whether max_utilization
exists or not doesn't affect the behavior of RATE
mode backends. Thus, I think cannot update max_utilization
will be the only problem left for this issue.
I'm going to lock this issue because it has been closed for 30 days β³. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error π€ π , please reach out to my human friends π hashibot-feedback@hashicorp.com. Thanks!
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/hyww/0661f64290198e4909cce437ab148bef
Panic Output
Expected Behavior
being able to removemax_utilization
field by setting it to nulltriggering diff and update when
max_utilization
field has been changedActual Behavior
get default value0.8
if we set it to nullmax_utilization
field has been updated in configSteps to Reproduce
terraform apply
with config provided abovemax_utilization
with value0.8
max_utilization
to1
terraform apply
and get no diff, no updateImportant Factoids
References