Hi,
When creating an OKE cluster, some essential add-ons, like CoreDNS, are created by default.
Enhanced clusters allow the possibility to manage these add-ons.
But, when we are creating the enhanced cluster with terraform, it seems, that there is no option to configure them.
Using oci_containerengine_addon results in a conflict, that addon already exist.
How can we configure essential add-ons with terraform?
Hi, When creating an OKE cluster, some essential add-ons, like CoreDNS, are created by default. Enhanced clusters allow the possibility to manage these add-ons.
But, when we are creating the enhanced cluster with terraform, it seems, that there is no option to configure them. Using oci_containerengine_addon results in a conflict, that addon already exist.
How can we configure essential add-ons with terraform?