Skip to content
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

terraform apply always update the cluster #335

Open
angeloudy opened this issue Mar 24, 2022 · 0 comments
Open

terraform apply always update the cluster #335

angeloudy opened this issue Mar 24, 2022 · 0 comments

Comments

@angeloudy
Copy link

Since I upgraded the rke provider to 0.13.
Every time I ran terraform apply, it always tries to update the cluster even though nothing changes.

id                        = "89a1fd84-8c85-475f-b8c8-026cb7f5b3c8"
        ignore_docker_version     = false
        inactive_hosts            = []
        internal_kube_config_yaml = (sensitive value)
        kube_admin_user           = "kube-admin"
      ~ kube_config_yaml          = (sensitive value)
        kubernetes_version        = "v1.21.7-rancher1-1"
      ~ rke_cluster_yaml          = (sensitive value)
      ~ rke_state                 = (sensitive value)
rke_cluster.cluster: Still modifying... [id=89a1fd84-8c85-475f-b8c8-026cb7f5b3c8, 10s elapsed]
rke_cluster.cluster: Still modifying... [id=89a1fd84-8c85-475f-b8c8-026cb7f5b3c8, 20s elapsed]
rke_cluster.cluster: Still modifying... [id=89a1fd84-8c85-475f-b8c8-026cb7f5b3c8, 30s elapsed]
rke_cluster.cluster: Still modifying... [id=89a1fd84-8c85-475f-b8c8-026cb7f5b3c8, 40s elapsed]
rke_cluster.cluster: Still modifying... [id=89a1fd84-8c85-475f-b8c8-026cb7f5b3c8, 50s elapsed]
rke_cluster.cluster: Still modifying... [id=89a1fd84-8c85-475f-b8c8-026cb7f5b3c8, 1m0s elapsed]
rke_cluster.cluster: Still modifying... [id=89a1fd84-8c85-475f-b8c8-026cb7f5b3c8, 1m10s elapsed]
rke_cluster.cluster: Modifications complete after 1m11s [id=89a1fd84-8c85-475f-b8c8-026cb7f5b3c

I am using terraform 0.12.31.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant