Skip to content

Update Terraform CI rules to simplify destroy action conditions

Dmitrii Tolstoi requested to merge develop into master

This change modifies the rules for the destroy-plan and destroy jobs to remove the branch condition, allowing the destroy actions to be triggered solely based on the TF_ACTION variable. This enhances the flexibility of the CI pipeline.

Merge request reports