Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit cb5c493

Browse files
committed
docs: update readme
1 parent 01e2a46 commit cb5c493

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Terraform Provider for Nokia QIP
22

3+
![GitHub tag (with filter)](https://img.shields.io/github/v/release/Vitesco-Technologies/terraform-provider-qip)
4+
[![Terraform Registry](https://img.shields.io/badge/Terraform_Registry-Vitesco--Technologies%2Fqip-blue)][terraform-registry]
5+
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Vitesco-Technologies/terraform-provider-qip/golang.yml)
6+
![GitHub License](https://img.shields.io/github/license/Vitesco-Technologies/terraform-provider-qip)
7+
[![Open Source](https://img.shields.io/badge/Vitesco_Technologies-open--source-yellow)](https://github.com/Vitesco-Technologies)
8+
9+
310
The provider for Nokia QIP will allow you to retrieve metadata from QIP or manage IPv4 addresses including their DNS names.
411

12+
Documentation and releases can also be found on the [Terraform Registry under Vitesco-Technologies/qip][terraform-registry].
13+
514
Features:
615

716
- Data sources for `qip_v4address` and `qip_v4subnet`
@@ -15,7 +24,7 @@ Build based on the Swagger API documentation that should be available with your
1524

1625
## How to use
1726

18-
Please see the [documentation](docs/) for some examples.
27+
Please see the [documentation on the Terraform registry][terraform-registry] for some examples.
1928

2029
Very basic usage:
2130

@@ -74,3 +83,5 @@ Then, run the following command to initialize the workspace and apply the sample
7483
```shell
7584
terraform init && terraform apply
7685
```
86+
87+
[terraform-registry]: https://registry.terraform.io/providers/Vitesco-Technologies/qip/latest

0 commit comments

Comments
 (0)