Skip to content

Add account projects datasource #3078

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

Closed
yfodil opened this issue May 6, 2025 · 0 comments · Fixed by #3084
Closed

Add account projects datasource #3078

yfodil opened this issue May 6, 2025 · 0 comments · Fixed by #3084
Assignees
Labels
account Account issues, bugs and feature requests enhancement priority:high New features

Comments

@yfodil
Copy link
Contributor

yfodil commented May 6, 2025

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Add a new data source scaleway_account_projects, it should list all projects within a specific Scaleway organization, identified by its organization_id.

This feature would simplify the management of Scaleway projects within Terraform configurations, removing the need for external scripts or API calls.

New or Affected Resource(s)

  • scaleway_account_projects

Potential Terraform Configuration

data "scaleway_account_projects" "all_projects" {
  organization_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
@yfodil yfodil added account Account issues, bugs and feature requests enhancement labels May 6, 2025
@remyleone remyleone added the priority:high New features label May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
account Account issues, bugs and feature requests enhancement priority:high New features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants