-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add introduction for the registry
- Loading branch information
1 parent
f92e876
commit 01e2a46
Showing
2 changed files
with
41 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |