Closed jkaflik closed 1 month ago
Hey @jkaflik, thanks a lot for your report.
You are indeed right. The idle_scaling
field is optional and defaulted on the server side if missing. It must be declared as "Computed" for terraform to deal with this case.
We just released version 1.2.3, hopefully addressing this bug.
Feel free to reopen this ticket or open a new one should you still have trouble.
Thanks again
clickhouse_service
withoutidle_scaling
set causes this error after apply:Works fine if
idle_scaling
is set explicit to false. Turns out it's missing some default value.Provider version:
1.2.2