You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/index.html.markdown
+6-6
Original file line number
Diff line number
Diff line change
@@ -3,19 +3,19 @@ layout: "ovh"
3
3
page_title: "Provider: OVH"
4
4
sidebar_current: "docs-ovh-index"
5
5
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.
7
7
---
8
8
9
9
# OVH Provider
10
10
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.
12
12
The provider needs to be configured with the proper credentials before it can be used.
13
13
14
14
Use the navigation to the left to read about the available resources.
15
15
16
16
## Configuration of the provider
17
17
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.
19
19
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.
20
20
21
21
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
25
25
26
26
27
27
```hcl
28
-
# Configure the OVH Provider
28
+
# Configure the OVHcloud Provider
29
29
provider "ovh" {
30
30
endpoint = "ovh-eu"
31
31
application_key = "yyyyyy"
@@ -90,12 +90,12 @@ variables must also be set:
90
90
91
91
*`OVH_IP_TEST`, `OVH_IP_BLOCK_TEST`, `OVH_IP_REVERSE_TEST` - The values you have to set for testing ip reverse resources.
92
92
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:
94
94
95
95
*`OVH_APPLICATION_KEY`
96
96
97
97
*`OVH_APPLICATION_SECRET`
98
98
99
99
*`OVH_CONSUMER_KEY`
100
100
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