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 mu

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.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.