Skip to content

Commit 3efecf9

Browse files
authored
Publish Package Metadata for [email protected] (#6880)
1 parent a7bdd5e commit 3efecf9

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

themes/default/content/registry/packages/nutanix/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# WARNING: this file was fetched from https://raw.githubusercontent.com/pierskarsenbarg/pulumi-nutanix/v0.7.1/docs/_index.md
2+
# WARNING: this file was fetched from https://raw.githubusercontent.com/pierskarsenbarg/pulumi-nutanix/v0.7.2/docs/_index.md
33
# Do not edit by hand unless you're certain you know what you are doing!
44
title: Nutanix
55
meta_desc: Provides an overview of the Nutanix Provider for Pulumi.

themes/default/content/registry/packages/nutanix/installation-configuration.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# WARNING: this file was fetched from https://raw.githubusercontent.com/pierskarsenbarg/pulumi-nutanix/v0.7.1/docs/installation-configuration.md
2+
# WARNING: this file was fetched from https://raw.githubusercontent.com/pierskarsenbarg/pulumi-nutanix/v0.7.2/docs/installation-configuration.md
33
# Do not edit by hand unless you're certain you know what you are doing!
44
title: Nutanix Installation & Configuration
55
meta_desc: Information on how to install the Nutanix provider.
@@ -27,16 +27,19 @@ Replace the version string with your desired version.
2727

2828
## Setup
2929

30-
To provision resources with the Pulumi Nutanix provider, you need to provide the `apiKey` and `region`.
30+
To provision resources with the Pulumi Nutanix provider, you need to authenticate using the configuration options as specified below.
3131

3232
## Configuration Options
3333

3434
Use `pulumi config set nutanix:<option> --secret`.
3535

36-
| Option | Required/Optional | Description |
37-
| -------- | ----------------- | ------------------------------------------------------------------------------------------------ |
38-
| `apiKey` | Required | This is the user id that should be used to make the connection (environment: `NUTANIX_API_KEY`). |
39-
| `region` | Required | This is the password that should be used to make the connection (environment: `NUTANIX_REGION`). |
36+
| Option | Required/Optional | Description |
37+
| ---------- | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
38+
| `username` | Required | This is the username for the Prism Elements or Prism Central instance. This can also be specified with the `NUTANIX_USERNAME` environment variable. |
39+
| `password` | Required | This is the password for the Prism Elements or Prism Central instance. This can also be specified with the `NUTANIX_PASSWORD` environment variable. |
40+
| `endpoint` | Required | This is the endpoint for the Prism Elements or Prism Central instance. This can also be specified with the NUTANIX_ENDPOINT environment variable. |
41+
| `insecure` | Optional | This specifies whether to allow verify ssl certificates. This can also be specified with `NUTANIX_INSECURE`. Defaults to `false`. |
42+
| `port` | Optional | This is the port for the Prism Elements or Prism Central instance. This can also be specified with the `NUTANIX_PORT` environment variable. Defaults to `9440`. |
4043

4144
{{% notes type="warning" %}}
4245
You should use the `--secret` flag to encrypt the config values using your secret provider. For more information on this, view the [Pulumi Configuration Secrets](https://www.pulumi.com/docs/intro/concepts/secrets/#secrets) section in the Pulumi docs.

themes/default/data/registry/packages/nutanix.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ native: false
1010
package_status: public_preview
1111
publisher: Piers Karsenbarg
1212
repo_url: https://github.com/pierskarsenbarg/pulumi-nutanix
13-
schema_file_url: https://raw.githubusercontent.com/pierskarsenbarg/pulumi-nutanix/v0.7.1/provider/cmd/pulumi-resource-nutanix/schema.json
13+
schema_file_url: https://raw.githubusercontent.com/pierskarsenbarg/pulumi-nutanix/v0.7.2/provider/cmd/pulumi-resource-nutanix/schema.json
1414
title: Nutanix
15-
updated_on: 1736183867
16-
version: v0.7.1
15+
updated_on: 1741786999
16+
version: v0.7.2

0 commit comments

Comments
 (0)