Skip to content

Commit

Permalink
Link some provider docs
Browse files Browse the repository at this point in the history
  • Loading branch information
1riatsila1 committed Dec 4, 2024
1 parent ad9a4c9 commit 6f0852d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The following example uses Zsh (default) on macOS (Apple Silicon).

```console
RELEASE=x.y.z
wget -q https://github.com/aruba-uxi/terraform-provider-hpeuxi/releases/download/v${RELEASE}/terraform-provider-hpeuxi_${RELEASE}_darwin_arm64.zip
wget https://github.com/aruba-uxi/terraform-provider-hpeuxi/releases/download/v${RELEASE}/terraform-provider-hpeuxi_${RELEASE}_darwin_arm64.zip
```

3. Extract the plugin.
Expand Down
3 changes: 3 additions & 0 deletions docs/index.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ func (p *hpeuxiConfigurationProvider) Schema(
resp *provider.SchemaResponse,
) {
resp.Schema = schema.Schema{
Description: "Interact with HPE Aruba Network UXI Configuration.",
Description: "Interact with HPE Aruba Network UXI Configuration." +
"\n\nSee https://developer.greenlake.hpe.com/docs/greenlake/guides/public/authentication/authentication/#configuring-api-client-credentials " +
"for more information on generating client credentials.",
Attributes: map[string]schema.Attribute{
"client_id": schema.StringAttribute{
Description: "The Client ID as obtained from HPE GreenLake API client credentials. " +
Expand Down

0 comments on commit 6f0852d

Please sign in to comment.