Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Update readme to link to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
louy committed Sep 6, 2020
1 parent 352b7fe commit adb83a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@

## Getting started

To install this provider, check out the installation instructions on [Terraform's registry page](https://registry.terraform.io/providers/louy/uptimerobot/latest).

```tf
terraform {
required_providers {
uptimerobot = {
source = "louy/uptimerobot"
version = "0.5.0"
}
}
}
provider "uptimerobot" {
api_key = "[YOUR MAIN API KEY]" # or pass via environment variable UPTIMEROBOT_API_KEY
Expand Down

0 comments on commit adb83a0

Please sign in to comment.