Perhaps this is expected, but I want to transition a running cluster from 15.1.0 to 15.4.0. I thought I could do this just by updating
config_version = "15.4.0"
in main.tf, but this did not trigger any changes in Terraform. Even when I trigger a Terraform run by bringing up a node, there are no changes for the puppet repo on the management node, it is still on the 15.1.0 branch.
I think I might conceptually have the wrong idea here about how such an update should be made, but I couldn't find anything in the docs.
Perhaps this is expected, but I want to transition a running cluster from 15.1.0 to 15.4.0. I thought I could do this just by updating
in
main.tf, but this did not trigger any changes in Terraform. Even when I trigger a Terraform run by bringing up a node, there are no changes for the puppet repo on the management node, it is still on the15.1.0branch.I think I might conceptually have the wrong idea here about how such an update should be made, but I couldn't find anything in the docs.