Skip to content

Commit

Permalink
update readme to refelct the published provider
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jan 24, 2024
1 parent fcd6ba6 commit bc1425d
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,19 @@
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:

```hcl
terraform {
required_providers {
nodeping = {
version = "0.0.1"
source = "softkraft.co/terraform/nodeping"
source = "EthDevOps/nodeping"
version = "0.0.7"
}
}
}
Expand Down Expand Up @@ -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).
This project is distributed under [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).

0 comments on commit bc1425d

Please sign in to comment.