
π A Terraform provider for the Checkly monitoring service
π Overview
This Terraform provider enables users to manage Checkly resources like checks, groups, snippets and more.
πͺ Install the provider
Please refer to the installation guide
If you're still using Terraform 0.12 please refer to terraform 0.12 documentation
π Use the provider
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
π§βπ» Develop the provider
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
Supported by
Delightful Active Monitoring for Developers