Is there any alternative way to matrix strategy in github action #35456
We are using Terraform as IaC in our organization. I am facing an issue where we need to deploy the same set of resources for multiple groups and divisions. For example, I have ‘ABC’ as a group, which contains divisions 1, 2, 3, 4, and 5. I need to deploy to all divisions at the same time. Currently, I am using GitHub Actions with a feature called matrix, but it creates separate jobs and the billing cost is high. I want to reduce the cost of running GitHub Actions.