Closed tstraley closed 1 month ago
I am seeing the same behaviour in Terraform Cloud using provider version 1.2.3:
I was able to resolve by manually setting replicas to 3:
Hey, Happened on our side as well. Was able to fix this by adding num_replicas = 3 as well.
I'll just say, this is bigger than we think, Since the service is being updated, the data source that reads the private endpoint id is being updated as well.
and therefore, the vpc endpoints are being totally replaced..
Thanks for finding this fix @clawrence121 !
Thank you all for your pointers.
This error started happening about 3 days ago, without any new release (latest test passing, first test failing )
I suspect a change in the API made this happen.
Release 1.2.4 is out with a fix for this issue.
Not mandatory, but you should be able to remove the num_replicas: 3
field you added after upgrading to this one.
Thank you all for your help.
Just started experiencing this this morning without making any changes to our Clickhouse resources:
Previously, our plans and applies were treating
num_replicas
as optional per the docs and leftnull
. We had many terraform applies to change other resources that were fine.Then this morning, the plans now show a diff with our Clickhouse service:
And apply leads to the failure above indicating a bug in this provider.