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

Create biganimal_regions data source #209

Open
serdardalgic opened this issue Apr 21, 2023 · 0 comments
Open

Create biganimal_regions data source #209

serdardalgic opened this issue Apr 21, 2023 · 0 comments
Labels
enhancement New feature or request go Pull requests that update Go code good first issue Good for newcomers

Comments

@serdardalgic
Copy link
Contributor

Currently, we have biganimal_region data source, and as explained in #131, it should actually be renamed.

biganimal_region resource and data sources use the /projects/{projectId}/cloud-providers/{cloudProviderId}/regions endpoint to read, list, activate, deactivate the regions.

However, the /projects/{projectId}/regions endpoint provides further information about the regions. From this endpoint, users can

  • filter by (multiple) status
  • filter by (multiple) continents
  • filter by (multiple) CSPs (which is already possible with the biganimal_region data source)
  • Additional outputs such as customerLogsUrl, customerMetricsUrl and clusterCount are also available at this endpoint.

biganimal_regions data source would use the /projects/{projectId}/regions endpoint.

@serdardalgic serdardalgic added enhancement New feature or request good first issue Good for newcomers go Pull requests that update Go code labels Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request go Pull requests that update Go code good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant