Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 466 Bytes

File metadata and controls

6 lines (3 loc) · 466 Bytes

Multi-Terraform workspace with matrix jobs

This example shows how to run Infracost in GitHub Actions against a Terraform project that uses multiple workspaces using parallel matrix jobs. The first job uses a matrix to generate the plan JSONs and the second job uses another matrix to generate multiple Infracost output JSON files. infracost comment command in the last job combines the Infracost JSON files and posts a single comment.

Adicionando linha para teste