Checkly Terraform Provider

π A Terraform provider for the Checkly monitoring service
π Overview
This Terraform provider enables users to manage Checkly resources like checks, groups, snippets and more.
πͺ Installation
Please refer to the installation guide
If you're still using Terraform 0.12 please refer to terraform 0.12 documentation
π§ How to use?
For documentation and example usage see:
- Checkly's documentation.
- The official provider documentation
test.tf
.
You can also find step-by-step guides on Checkly's blog:
- Managing Checkly checks with Terraform
- Scaling Puppeteer and Playwright on Checkly with Terraform
π₯οΈ Run Locally
Clone the repo, build the project and add it to your Terraform plugins directory. You will need to have Go installed.
git clone git@github.com:checkly/terraform-provider-checkly.git
cd terraform-provider-checkly
go test
go build && CHECKLY_API_KEY=XXX go test -tags=integration
π License
MIT
Delightful Active Monitoring for Developers
From Checkly with β₯οΈ