terraform-provider-iterative icon indicating copy to clipboard operation
terraform-provider-iterative copied to clipboard

☁️ Terraform plugin for machine learning workloads: spot instance recovery & auto-termination | AWS, GCP, Azure, Kubernetes

Results 92 terraform-provider-iterative issues
Sort by recently updated
recently updated
newest added

Resources' read/create/delete operations should be deduplicated and carried in parallel when possible in order to speed up the user-facing operations. The only sane way of doing this is by [representing...

enhancement
p1-important
resource-task

Once #392 is achieved we should be able to freely configure the logs output via [hooks](https://github.com/Sirupsen/logrus#hooks). The could have a `logging` property that would allow us the register the hooks...

enhancement
resource-task
logs

The same as https://github.com/iterative/terraform-provider-iterative/issues/208 but a single instance is instantiating in the beginning and reusable in multiple runs. New steps: - a user run instances (or a single one) before...

epic

e.g. diagrams comparing lightweight TPI to heavy CI/CD?

documentation
epic
resource-task

I was snooping at: https://github.com/iterative/terraform-provider-iterative/pull/340 and I wonder if there are any plans to have the task's `"machine"` definition accept an `iterative_machine` definition/resource?

resource-task

Im missing the capability to retrieve the intermediate data at any point. Maybe we could add a flag (resource property) like `pullOnRefresh`

enhancement
storage
resource-task

On public cloud machines, the [startup script](https://github.com/iterative/terraform-provider-iterative/blob/57625b6db38238a18dd10797ac239710c5f94f8a/task/common/machine/script.go) needs to be compatible with any modern and sensible GNU+Linux image, and that requires some optimizations and workarounds. For example, we should try...

technical-debt
epic
resource-task

PR that alters [tpi](https://github.com/iterative/tpi) behaviour replacing `machine` with `task` The basic idea would be starting a dummy service and they would be controlling `task` the same way they do with...

dvc

``` synchronize The job running on runner GitHub Actions 3 has exceeded the maximum execution time of 15 minutes. ``` ```sh Initializing the backend... Initializing provider plugins... - Finding iterative/iterative...

testing

Usual default is `ext4` which doesn't support reflinks. Would be great to make it easy to choose (or maybe default to) a different system. Probably needs block-based storage (e.g. [AWS...

enhancement
storage
machine-image
cloud-common
dvc