Skip to content

Commit

Permalink
update README-PROVIDER to reflect acutal XOA values
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Reppin committed Apr 22, 2024
1 parent 97ebc43 commit 55c08a8
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions README-PROVIDER.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ yarn add @pulumi/foo
To use from Python, install using `pip`:

```bash
pip install pulumi_foo
tbd
```

### Go
<!-- ### Go
To use from Go, use `go get` to grab the latest version of the library:
Expand All @@ -42,15 +42,23 @@ To use from .NET, install using `dotnet add package`:
```bash
dotnet add package Pulumi.Foo
```
``` -->

## Configuration

The following configuration points are available for the `foo` provider:
The following configuration points are available for the `xen-orchestra` provider:

- `foo:apiKey` (environment: `FOO_API_KEY`) - the API key for `foo`
- `foo:region` (environment: `FOO_REGION`) - the region in which to deploy resources
- `xenorchestra:url` (environment: `XOA_URL`) - the URL for the Xen Orchestra websockets endpoint. Starts with `wss://`
Set either:
- `xenorchestra:username` (environment: `XOA_USERNAME`) - the username for Xen Orchestra
- `xenorchestra:password` (environment: `XOA_PASSWORD`) - the password for Xen Orchestra
Or:
- `xenorchestra:token` (environment: `XOA_TOKEN`) - API token for Xen Orchestra

## Reference
- `xenorchestra:insecure` (environment: `XOA_INSECURE`) - set to any value to disable SSL verification, false by default. Only use if you are using a self-signed certificate and know what you are doing.

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/foo/api-docs/).

## Reference
TBD
<!--
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/foo/api-docs/). -->

0 comments on commit 55c08a8

Please sign in to comment.