File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ The `OVH` provider must be configured with credentials to deploy and update reso
9
9
10
10
## Information
11
11
12
- Note that the [ lbrlabs Pulumi OVH provider] ( https://github.com/lbrlabs/pulumi-ovh ) is replaced by this official one.
12
+ Note that the [ lbrlabs Pulumi OVH provider] ( https://github.com/lbrlabs/pulumi-ovh ) is replaced by this official one. See the
13
+ [ Migration Guide] ( ./how-to-guides/migration-from-lbrlabs-package.md ) for more information.
13
14
14
15
## Example
15
16
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The Pulumi `OVH` provider is available as a package in all Pulumi languages:
22
22
The OVH provider binary is a third party binary. It can be installed using the ` pulumi plugin ` command.
23
23
24
24
``` bash
25
- pulumi plugin install resource ovh < version>
25
+ pulumi plugin install resource ovh < version> --server api://github.com/ovh/pulumi-ovh
26
26
```
27
27
28
28
Replace the version string with your desired version.
@@ -34,12 +34,13 @@ Your OVH credentials are never sent to pulumi.com. Pulumi uses the OVH API and t
34
34
35
35
### Get your credentials
36
36
37
- The "OVH provider" needs to be configured with a set of credentials:
37
+ The "OVH provider" needs to be configured with a set of credentials, which can be set using
38
+ [ Pulumi stack configuration] ( https://www.pulumi.com/docs/concepts/config/ ) or environment variables:
38
39
39
- * an ` endpoint ` (environment variable: OVH_ENDPOINT)
40
- * an ` applicationKey ` (environment variable: OVH_APPLICATION_KEY)
41
- * an ` applicationSecret ` (environment variable: OVH_APPLICATION_SECRET)
42
- * a ` consumerKey ` (environment variable: OVH_CONSUMER_KEY)
40
+ * ` ovh: endpoint` (environment variable: ` OVH_ENDPOINT ` )
41
+ * ` ovh: applicationKey` (environment variable: ` OVH_APPLICATION_KEY ` )
42
+ * ` ovh: applicationSecret` (secret) ( environment variable: ` OVH_APPLICATION_SECRET ` )
43
+ * ` ovh: consumerKey` (environment variable: ` OVH_CONSUMER_KEY ` )
43
44
44
45
Why?
45
46
You can’t perform that action at this time.
0 commit comments