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

[NEW] Datasource: ovh_cloud_project_flavor #897

Open
scraly opened this issue Mar 12, 2025 · 1 comment
Open

[NEW] Datasource: ovh_cloud_project_flavor #897

scraly opened this issue Mar 12, 2025 · 1 comment

Comments

@scraly
Copy link
Collaborator

scraly commented Mar 12, 2025

Description

GET /cloud/project/{serviceName}/flavor

Requested Resource(s) and/or Data Source(s)

  • ovh_cloud_project_flavor
@tcldr
Copy link

tcldr commented Mar 21, 2025

Would it be possible to add filters to this?

data "ovh_cloud_project_flavors" "my_flavors" {
  service_name = var.ovh_project_id

  region = var.region

  filter {
    key    = "name"
    values = [var.flavor_name]
  }
}

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

2 participants