Closed robgordon89 closed 1 month ago
@robgordon89 - I had the same issue recently as Clickhouse development cluster does not support backup configuration. This is constantly being shown in the plans though and apply fails.
Adding ignore_lifecycle to resource clickhouse_service
should solve this till the actual fix is made to make backup_configuration optional for development cluster.
lifecycle {
ignore_changes = [ backup_configuration ]
}
Hey @robgordon89 @prakashbalaji
while I can't replicate the
This is constantly being shown in the plans though and apply fails.
part, there is definitely a mistake in the provider, because as you pointed out setting backup config for development
services is not supported.
I merged a fix for this and I'll release it soon. Keep you posted.
Nice thanks for the fix for this, i will wait for a release to test 👍
release 1.2.2 is out, hopefully fixing this issue. Please accept my apologies for the disruption.
👍 perfect, fixed my issue thanks so much
Having some weird issues upgrading provider with development tier services , im not sure where the issue lies but im always getting.
The plan doesn't show any changes to the backup_configuration, i have tried removing state and reimporting to no avail 🤷