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
287 stars 27 forks source link

Standalone command-line tool follow-up #620

Closed 0x2b3bfa0 closed 1 year ago

0x2b3bfa0 commented 2 years ago

Continuation of https://github.com/iterative/terraform-provider-iterative/pull/610

[^1]: Unlike in Terraform HCL, values must not contain arithmetic expressions (e.g. 60*60*24 is not valid, but 86400 is valid). Also, declaring multiple resource blocks produces undefined behavior; i.e. defined behavior, but too contrived to explain in a footnote; definitely not what users expect. [^2]: With a special case for $parallelism > 1$ where users can filter logs for a single task.

dacbd commented 2 years ago

after a "Provide sensible logger output for TTY and non-TTY formats" I think an attach type command would be helpful to "live" monitor a task.

0x2b3bfa0 commented 2 years ago

Part of “Separate commands to list logs & general status” to my mind. It could be log --follow or similar?

0x2b3bfa0 commented 1 year ago

Closing in favor of https://github.com/iterative/terraform-provider-iterative/issues/666, which holds the remaining items 😈