Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(terraform): cache not restored in Apply job (#627)
The `Terraform Apply` job does not restore cache if the `Terraform Plan` job does not save cache. This causes an error in scenarios where cache already exists, and it'll only be restored in the `Terraform Plan` job but not the `Terraform Apply` job.
- Loading branch information