digitalocean / terraform-provider-digitalocean

Terraform DigitalOcean provider
https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs
Mozilla Public License 2.0
493 stars 260 forks source link

Allow assigning kubernetes cluster to project #1088

Open MauriceArikoglu opened 7 months ago

MauriceArikoglu commented 7 months ago

Currently all resources that support being added to projects allow specifying a project_id argument which then creates the resource associated to a project.

The digitalocean kubernetes cluster resource does not support this argument. We need to create a second project_resources resource that adds the kubernetes cluster to the project manually which is prone to issues. It would be great if associating the cluster with a project by passing the project_id as argument was possible.

bruno-leitao commented 1 month ago

This is extremely important, as this argument is *required in a manual configuration.