ministryofjustice / cloud-platform-cli

Multi-purpose CLI for the Ministry of Justice Cloud Platform
MIT License
6 stars 8 forks source link

Pass out the plan file from tf plan cmd AND pass it into the tf apply cmd #639

Closed jaskaransarkaria closed 2 weeks ago

jaskaransarkaria commented 2 weeks ago

1/2 PRs

This PR outputs the plan file for the cloud-platform terraform plan command and takes a plan file to as an argument to be used in a cloud-platform terraform apply.

The next PR will push the plan file from the pipeline to our s3 bucket and respectively pulls the correct file from s3 to be used in terraform apply, these changes will be in our terraform-concourse repo here