terraform/website/source/docs/providers/ovh/d/publiccloud_regions.html.ma...

33 lines
728 B
Markdown
Raw Normal View History

---
layout: "ovh"
page_title: "OVH: publiccloud_regions"
sidebar_current: "docs-ovh-datasource-publiccloud-regions"
description: |-
Get the list of regions associated with a public cloud project.
---
# publiccloud\_regions
Use this data source to get the regions of a public cloud project.
## Example Usage
```hcl
data "ovh_publiccloud_regions" "regions" {
project_id = "XXXXXX"
}
```
## Argument Reference
* `project_id` - (Required) The id of the public cloud project. If omitted,
the `OVH_PROJECT_ID` environment variable is used.
## Attributes Reference
`id` is set to the ID of the project. In addition, the following attributes
are exported:
* `regions` - The list of regions associated with the project