Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 293 Bytes

ovh_cloud_project.md

File metadata and controls

17 lines (12 loc) · 293 Bytes

Table: ovh_cloud_project

A cloud project is a way to regroup instance, storage, database, ... under a name.

The ovh_cloud_project table can be used to query information about cloud projects.

Examples

List projects

select
  id,
  description
from
  ovh_cloud_project