From bc1425da9c0943baa62d41aa901b95bc72da47d1 Mon Sep 17 00:00:00 2001 From: Markus Keil Date: Wed, 24 Jan 2024 19:28:11 +0100 Subject: [PATCH] update readme to refelct the published provider --- README.md | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 6c26b9c..cf046a3 100644 --- a/README.md +++ b/README.md @@ -3,23 +3,10 @@ This is [NodePing](https://nodeping.com) provider for Terraform. It can be used to manage [NodePing resources](https://nodeping.com/docs-api-overview.html) like Checks or Contacts. -## Quick start - -First of all, build and install the provider into your local Terraform installation: - -```bash -git clone https://github.com/softkraftco/terraform-nodeping.git -cd terraform-nodeping -make install -``` +Provider in the Terraform Registry: [terraform-provider-nodeping](https://registry.terraform.io/providers/EthDevOps/nodeping/latest) -Next create new Terraform project: +## Quick start -```bash -mkdir mynodeping -cd mynodeping -touch mynodeping.tf -``` As a next step add NodePing provider to `required_providers` section of `mynodeping.tf ` file: @@ -27,8 +14,8 @@ As a next step add NodePing provider to `required_providers` section of `mynodep terraform { required_providers { nodeping = { - version = "0.0.1" - source = "softkraft.co/terraform/nodeping" + source = "EthDevOps/nodeping" + version = "0.0.7" } } } @@ -501,4 +488,4 @@ At this point, the only tests in the project are integration tests. Note that if ## License -This project is distributed under [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html). \ No newline at end of file +This project is distributed under [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).