Add Approval Steps in the Containerized Step Group
long-term
E
Electric lime Cougar
Currently, we are trying to: clone a Git repo, run a bunch of Terraform related tools, run Terraform Plan, submit for approval, run Terraform Apply or not based in the Approval step response. For this to work properly, we need to have access to files generated in previous steps in further steps. Using the Containerised Step Group we can achieve that, but there is not Approval Step available when using it.
Log In
Rohan Gupta
long-term
Thank you for your feature request. We will take this feature in our backlog
E
Electric lime Cougar
We need to have access to all the files in the repo plus the files generate by Terraform in the step after the Harness Approval (please see the image which illustrates what I said)
Using a "Containerized Step Group" will allow us to have an intermediary human approval and a subsequent execution of Terraform Apply following Hashicorp recommendations (https://developer.hashicorp.com/terraform/tutorials/automation/automate-terraform#plan-and-apply-on-different-machines)
Sudarshan Purohit
pending feedback
Sudarshan Purohit
Hi Electric lime Cougar, could you elaborate on which files you need to access from Terraform Steps? The Plan files are available as output from the Terraform Plan step, and can be used in later steps for approval.