Skip to content

ci: Support TF_PLAN_APPLY_ARGS variable for additional arguments

Dduvall requested to merge main-I5d61fbc3108559ed146f06ea3439a0ea8c9b188d into main

Define a TF_PLAN_APPLY_ARGS pipeline variable that can be used to pass
additional arguments to both terraform plan and terraform apply.

The immediate use case is to allow us to force the replacement of the
docker-hub-mirror resource via the --replace= argument.

Bug: T372568

Merge request reports