ClickHouse / terraform-provider-clickhouse

Terraform Provider for ClickHouse Cloud
Apache License 2.0
20 stars 7 forks source link

Breaking change documentation and handling #142

Closed whites11 closed 3 weeks ago

whites11 commented 3 weeks ago

In the upcoming 1.0.0 release we were forced to introduce a few breaking changes to our provider, by some otherwise unsolvable problems.

Unfortunately, these changes (we split a resource in 2 resources) are not automatically handlable via code, and manual steps are required.

This PR adds the needed steps during such upgrade to the github readme and references it in the docs that go in the terraform website.