Skip to content

chore: Less happy little accidents

Lukas 'ai-pi' Eipert requested to merge leipert-ensure-less-terraform-mishaps into main

By adding lifecycle.prevent_destroy to our forks, we hopefully can prevent the following:

  1. MR 1: Created
  2. MR 2: Created, TF is run creating a fork
  3. Running TF on MR 1 would delete the project created in MR 2.

Merge request reports