You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried setting var.worker_pools.my_node_pool_name.image_type to CUSTOM and setting var.worker_pools.my_node_pool_name.image_id to my desired image id, but no matter what I try, I get the following error:
var.worker_pools is of type any:
terraform-oci-oke/variables-workers.tf
Line 32 in e2be128
It would be nice to see this defined more concretely. I'm unable to figure out how to make my TF state diff go away, as my cluster's worker nodes are using Oracle-Linux-8.9-2024.01.26-0-OKE-1.26.7-679, however - when I run terraform it wants to downgrade my node pool image to Oracle-Linux-8.8-2023.12.13-0-OKE-1.26.7-668.
I've tried setting
var.worker_pools.my_node_pool_name.image_type
toCUSTOM
and settingvar.worker_pools.my_node_pool_name.image_id
to my desired image id, but no matter what I try, I get the following error:Details about my config:
Using source "oracle-terraform-modules/oke/oci" / version "5.1.3"
relevant set TFVARS (I've been trying all sorts of combinations to try and get the TF state diff to go away about the image_id:
Please advise
The text was updated successfully, but these errors were encountered: