-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unset ovh_cloud_project_kube.version forces recreation #204
Comments
hi @0xErnie thanks for reporting this. this is strange as we have released a fix in v0.13.0 with a proper functional test regarding this scenario. we're going to investigate further. meanwhile, you can use the regards |
hi @0xErnie FYI, i've logged an issue on the terraform repo. (hashicorp/terraform#29028) AFAIK, they are still open issues, so i would suggest to stick to terraform 0.15.3 for the moment. |
hi @0xErnie i finally found the root cause of my issue. explaining why i've been misleaded several times. it has been released 2 times: once without the patch fixing the version, once with it. But the second release failed to update the registry and overwrite the first one. you should either pull the v0.13.1 version which properly includes the patchset or upgrade to v0.14.0 regards is this ok for you? |
this is a wrong analysis |
Can not verify the soluton since we decided to stop using managed k8s but this seems to be fixed. |
Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
After the first
terraform apply
there should be no changes to the infrastructure if we run it again.Actual Behavior
terraform detects that the version of the cluster is "1.20" instead of null so it wants to receate the hole cluster.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
terraform apply
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here?
The text was updated successfully, but these errors were encountered: