Replies: 2 comments
|
Hi @12345ieee, Apologies. I missed this discussion. Can you please elaborate? |
0 replies
|
Replicating the issue is easy:
this happens because The actual cloud resources that the module wants to make didn't change though, so just renaming the resource fixes the plan delta. This migration pain could be avoided if the module included a |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, we recently updated from version 4.2.1 to 4.2.4 on some clusters.
The VCN changes introduced (I think in v4.2.3) mean that it's needed to run:
terraform state mv module.oke.module.vcn module.oke.module.vcn[0]to avoid mass cluster recreation.
All reactions