Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for digitalocean_project_resources resource #36

Open
3 of 9 tasks
yordis opened this issue May 8, 2024 · 0 comments
Open
3 of 9 tasks

Add support for digitalocean_project_resources resource #36

yordis opened this issue May 8, 2024 · 0 comments

Comments

@yordis
Copy link
Collaborator

yordis commented May 8, 2024

Problem Statement

I would like to use https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs/resources/project_resources so that I can organize the resources

Solution Brainstorm

It seems that it will require Composition because the values of digitalocean_project_resources.*.resources are a list of references to multiple resources.

Or verify that all resources allow you to have a reference to a project:

  • App Platform Apps
  • Database Clusters
  • Load Balancers
  • Domains (does not support project ID)
  • Droplets (does not support project ID)
  • Floating IPs (does not support project ID)
  • Kubernetes Clusters (does not support project ID)
  • Spaces Buckets (does not support project ID)
  • Volumes (does not support project ID)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant