Skip to content

Allow setting custom plan filenames through TF_PLAN_CACHE and TF_PLAN_JSON variables

This MR is exposing TF_PLAN_CACHE and TF_PLAN_JSON variables to allow custom names to be set. This would help with matrix jobs, where many Terraform states may be planned and applied, without extra mv commands.

Merge request reports