diff --git a/docs/index.md b/docs/index.md index ac7f4183..264b4563 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ description: |- # Oasis Provider -The Terraform Oasis provider is a plugin for Terraform that allows for the full lifecycle management of ArangoDB Cloud resources. +The Terraform Oasis provider is a plugin for Terraform that allows for the full lifecycle management of [ArangoDB Cloud resources](https://cloud.arangodb.com/). Api keys can be generated and viewed under the user's dashboard view on the API Keys tab. On a logged in view, navigate to [API Keys](https://cloud.arangodb.com/dashboard/user/api-keys) and hit the button @@ -42,4 +42,4 @@ provider "oasis" { - `api_port_suffix` (String) OASIS API PORT SUFFIX - `oasis_endpoint` (String) OASIS API ENDPOINT - `organization` (String) Default Oasis Organization -- `project` (String) Default Oasis Project \ No newline at end of file +- `project` (String) Default Oasis Project diff --git a/templates/index.md.tmpl b/templates/index.md.tmpl index 175efec9..4f9a72f9 100644 --- a/templates/index.md.tmpl +++ b/templates/index.md.tmpl @@ -7,7 +7,7 @@ description: |- # Oasis Provider -The Terraform Oasis provider is a plugin for Terraform that allows for the full lifecycle management of ArangoDB Cloud resources. +The Terraform Oasis provider is a plugin for Terraform that allows for the full lifecycle management of [ArangoDB Cloud resources](https://cloud.arangodb.com/). Api keys can be generated and viewed under the user's dashboard view on the API Keys tab. On a logged in view, navigate to [API Keys](https://cloud.arangodb.com/dashboard/user/api-keys) and hit the button @@ -17,4 +17,4 @@ labeled `New API key`. This will generate a set of keys which can be used with A {{tffile "examples/provider/provider.tf"}} -{{ .SchemaMarkdown | trimspace }} \ No newline at end of file +{{ .SchemaMarkdown | trimspace }}