Skip to content

Commit

Permalink
docs: add introduction for the registry
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyfrosch committed Dec 20, 2023
1 parent f92e876 commit 01e2a46
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 6 deletions.
21 changes: 15 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "qip Provider"
subcategory: ""
page_title: "Provider: QIP"
description: |-
Resource and data provider for Nokia QIP.
---

# qip Provider
# Nokia QIP Provider

The provider for Nokia QIP will allow you to retrieve metadata from QIP or manage IPv4 addresses including their DNS names.

Features:

## Example Usage
- Data sources for `qip_v4address` and `qip_v4subnet`
- Manage addresses with `qip_v4address`

<!-- TODO: when published
Also see the Terraform module [qip-address](https://github.com/Vitesco-Technologies/terraform-module-qip-address).
-->

Build based on the Swagger API documentation that should be available with your QIP instance: `https://qip.example.com.com/rest-api/`

## Example

```terraform
provider "qip" {
Expand Down
26 changes: 26 additions & 0 deletions templates/index.md.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
page_title: "Provider: QIP"
description: |-
Resource and data provider for Nokia QIP.
---

# Nokia QIP Provider

The provider for Nokia QIP will allow you to retrieve metadata from QIP or manage IPv4 addresses including their DNS names.

Features:

- Data sources for `qip_v4address` and `qip_v4subnet`
- Manage addresses with `qip_v4address`

<!-- TODO: when published
Also see the Terraform module [qip-address](https://github.com/Vitesco-Technologies/terraform-module-qip-address).
-->

Build based on the Swagger API documentation that should be available with your QIP instance: `https://qip.example.com.com/rest-api/`

## Example

{{ tffile "examples/provider/provider.tf" }}

{{ .SchemaMarkdown | trimspace }}

0 comments on commit 01e2a46

Please sign in to comment.