iterative / terraform-provider-iterative

☁️ Terraform plugin for machine learning workloads: spot instance recovery & auto-termination | AWS, GCP, Azure, Kubernetes
https://registry.terraform.io/providers/iterative/iterative/latest/docs
Apache License 2.0
290 stars 27 forks source link

Support for file exclusion rules #699

Closed tasdomas closed 1 year ago

tasdomas commented 1 year ago

The rules support glob patterns and are defined relative to workdir. Additionally terraform files are excluded by default. Closes #590

tasdomas commented 1 year ago
* Maybe add a few tests using the local filesystem

Done. Good suggestion - thank you.

* Support also the standalone command-line tool, not only the Terraform resource

Done.

* Figure out what to do with `k8s`

Will address in a follow-up, have a half-baked idea of how to approach this.