getsentry / tacos-gha

Terraform Automation & Collaboration Software (TACOS) help organizations to scale the use of Terraform by enabling collaboration through governance, access controls, and automation of Terraform runs.
Apache License 2.0
1 stars 0 forks source link

Add ability to detect changes caused by updates in the include files #217

Open oioki opened 6 months ago

oioki commented 6 months ago

For example, such change in terragrunt/_includes/st-customer-module.hcl:

terraform {
-  source = "git@github.com:getsentry/terraform-modules//single-tenant/customer?ref=oldref"
+  source = "git@github.com:getsentry/terraform-modules//single-tenant/customer?ref=newref"
}

Would be nice if tacos would detect whatever uses this include file, in this case, all ST environments. Maybe we can grep on _includes/st-customer-module.hcl