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

Add resource tagging support #599

Closed 0x2b3bfa0 closed 2 years ago

0x2b3bfa0 commented 2 years ago
resource "iterative_task" "example" {
  ···
  tags = {
    Something = "Useful"
  }
}

Closes #598

dacbd commented 2 years ago

I go to bed and he beats me to it 😆

0x2b3bfa0 commented 2 years ago

he beats me to it

Sleeping, or opening pull requests? 🦦

dacbd commented 2 years ago

I might be being extra picky but for AWS as the example, the auto-scaling group doesn't get the tag, and more importantly, s3 objects are missing them as well.

0x2b3bfa0 commented 2 years ago

You're picky and it's awesome! 🙏🏼 Tracking this on https://github.com/iterative/terraform-provider-iterative/issues/601