Skip to content

Commit a8243c0

Browse files
authored
A few documentation fixes. (#48)
- fixing plugin server location - link to migration guide - fixing the namespace for the Pulumi stack config
1 parent 362e8b4 commit a8243c0

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

docs/_index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ The `OVH` provider must be configured with credentials to deploy and update reso
99

1010
## Information
1111

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.
1314

1415
## Example
1516

docs/installation-configuration.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Pulumi `OVH` provider is available as a package in all Pulumi languages:
2222
The OVH provider binary is a third party binary. It can be installed using the `pulumi plugin` command.
2323

2424
```bash
25-
pulumi plugin install resource ovh <version>
25+
pulumi plugin install resource ovh <version> --server api://github.com/ovh/pulumi-ovh
2626
```
2727

2828
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
3434

3535
### Get your credentials
3636

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:
3839

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`)
4344

4445
Why?
4546

0 commit comments

Comments
 (0)