Skip to content

fix: always recreate Terraform directory

Gonzalo Servat requested to merge always-recreate-tfdir into main

What

Always recreate Terraform directory when running reconciler.

Why

When developing locally prior to this MR, running reconciler would never recreate the Terraform directory so changes wouldn't be seen. Removing these 3 lines ensures we always recreate the Terraform directory when running reconciler. I'm not sure we're gaining much by not recreating the Terraform directory.

Merge request reports