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

Document DescribeInstanceTypeOfferings permission #689

Closed 0x2b3bfa0 closed 1 year ago

0x2b3bfa0 commented 1 year ago
dacbd commented 1 year ago

I dont think this is used by task...? https://cml.dev/doc/ref/runner#common-permissions

0x2b3bfa0 commented 1 year ago

No, it's not

0x2b3bfa0 commented 1 year ago

Those permissions are for both task and machine because somebody in a meeting[citation needed] found it convenient.

dacbd commented 1 year ago

data "aws_iam_policy_document" "task" { + "ec2:DescribeInstanceTypeOfferings",

dacbd commented 1 year ago

https://github.com/iterative/cml.dev/pull/337