Hi, I’m trying to use terraform to install a ranch...
# general
a
Hi, I’m trying to use terraform to install a rancher cluster, configure some apps and plugins for that cluster, and make it easy to re-register all of our existing clusters by rerunning terraform whenever needed. The internet has a few different suggestions on how to do that, either with rancher2 bootstrap, or by calling curl null_resource commands. What’s the current best practice for this kind of scenario? I keep running into chicken and egg scenarios that basically requires that I run terraform apply with specific targets, multiple times, and it feels like I’m doing it wrong.