Skip to content

Commit c19c122

Browse files
authored
Merge pull request #182 from mhurtrel/patch-1
OVH to OVHcloud
2 parents 698df3a + 0f29250 commit c19c122

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

website/docs/index.html.markdown

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ layout: "ovh"
33
page_title: "Provider: OVH"
44
sidebar_current: "docs-ovh-index"
55
description: |-
6-
The OVH provider is used to interact with the many resources supported by OVH. The provider needs to be configured with the proper credentials before it can be used.
6+
The OVH provider is used to interact with the many resources supported by OVHcloud. The provider needs to be configured with the proper credentials before it can be used.
77
---
88

99
# OVH Provider
1010

11-
The OVH provider is used to interact with the many resources supported by OVH.
11+
The OVH provider is used to interact with the many resources supported by OVHcloud.
1212
The provider needs to be configured with the proper credentials before it can be used.
1313

1414
Use the navigation to the left to read about the available resources.
1515

1616
## Configuration of the provider
1717

18-
Requests to OVH APIs require a set of secrets keys and the definition of the API end point.
18+
Requests to OVHcloud APIs require a set of secrets keys and the definition of the API end point.
1919
See [First Steps with the API](https://docs.ovh.com/gb/en/customer/first-steps-with-ovh-api/) (or the French version, [Premiers pas avec les API OVHcloud](https://docs.ovh.com/fr/api/api-premiers-pas/)) for a detailed explanation.
2020

2121
Besides the API end-point, the required keys are the `application_key`, the `application_secret`, and the `consumer_key`.
@@ -25,7 +25,7 @@ These parameters can be configured directly in the provider block as shown herea
2525

2626

2727
```hcl
28-
# Configure the OVH Provider
28+
# Configure the OVHcloud Provider
2929
provider "ovh" {
3030
endpoint = "ovh-eu"
3131
application_key = "yyyyyy"
@@ -90,12 +90,12 @@ variables must also be set:
9090

9191
* `OVH_IP_TEST`, `OVH_IP_BLOCK_TEST`, `OVH_IP_REVERSE_TEST` - The values you have to set for testing ip reverse resources.
9292

93-
You will also need to [generate an OVH token](https://api.ovh.com/createToken/?GET=/*&POST=/*&PUT=/*&DELETE=/*) and use it to set the following environment variables:
93+
You will also need to [generate an OVHcloud token](https://api.ovh.com/createToken/?GET=/*&POST=/*&PUT=/*&DELETE=/*) and use it to set the following environment variables:
9494

9595
* `OVH_APPLICATION_KEY`
9696

9797
* `OVH_APPLICATION_SECRET`
9898

9999
* `OVH_CONSUMER_KEY`
100100

101-
You should be able to use any OVH environment to develop on as long as the above environment variables are set.
101+
You should be able to use any OVHcloud environment to develop on as long as the above environment variables are set.

0 commit comments

Comments
 (0)