Open SanderBlom opened 1 month ago
Currently the terraform tests is run on any changes in the repo. This should be changed to only run when terraform files are changed
This is wasting our monthly included running minutes and our time while waiting for an unnecessary test....
Add a check in the terraform.yaml file to only trigger on files ending in : .tf, .tfvars , .hcl ++
terraform.yaml
.tf
.tfvars
.hcl
Feature Description
Currently the terraform tests is run on any changes in the repo. This should be changed to only run when terraform files are changed
Problem and Motivation
This is wasting our monthly included running minutes and our time while waiting for an unnecessary test....
Possible Implementation
Add a check in the
terraform.yaml
file to only trigger on files ending in :.tf
,.tfvars
,.hcl
++