Terraform provider for Oh Dear
HashiCorp's Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
There is a Terraform provider that allows you to automate your monitoring workflow at Oh Dear.
- Github: articulate/terraform-provider-ohdear
- Maintained by Articulate
Once configured, you can declare a website to be monitored like this:
resource "ohdear_site" "fnord" {
team_id = 1337
url = "https://site.iwanttomonitor.com"
}
The code is published under the MIT license.
Was this page helpful to you? Feel free to reach out via support@ohdear.app or on Twitter via @OhDearApp if you have any other questions. We'd love to help!