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

Allow setting instance tags for cloud providers #598

Closed mathematiguy closed 2 years ago

mathematiguy commented 2 years ago

One thing I've noticed after looking through the docs here: https://registry.terraform.io/providers/iterative/iterative/latest/docs/resources/task#argument-reference

is that there is no way to assign a tag to an ec2 instance. This is often necessary for billing purposes, so it would be great if there were a way do this.

Thanks for the great work!

0x2b3bfa0 commented 2 years ago
0x2b3bfa0 commented 2 years ago

@mathematiguy, released with v0.10.14, should be available as soon as the release workflow finishes running; you can upgrade by running terraform init --upgrade