We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run terraform apply on an otherwise synchronized infrastructure, I always see this:
terraform apply
Terraform will perform the following actions: # module.cluster.rancher2_cluster.kube will be updated in-place ~ resource "rancher2_cluster" "kube" { id = "c-x9xrd" name = "nsf-muses" # (16 unchanged attributes hidden) ~ rke_config { ~ enable_cri_dockerd = true -> false # (5 unchanged attributes hidden) # (9 unchanged blocks hidden) } # (1 unchanged block hidden) } Plan: 0 to add, 1 to change, 0 to destroy.
Let's find a way to account for this so it does not appear as a proposed change.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run
terraform apply
on an otherwise synchronized infrastructure, I always see this:Let's find a way to account for this so it does not appear as a proposed change.
The text was updated successfully, but these errors were encountered: