Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/checkly/terraform-provider-checkly
Terraform provider for the Checkly monitoring service
https://github.com/checkly/terraform-provider-checkly
checkly iac terraform terraform-provider
Last synced: 8 days ago
JSON representation
Terraform provider for the Checkly monitoring service
- Host: GitHub
- URL: https://github.com/checkly/terraform-provider-checkly
- Owner: checkly
- Created: 2019-11-11T17:04:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T12:10:32.000Z (4 months ago)
- Last Synced: 2024-08-02T00:26:28.564Z (3 months ago)
- Topics: checkly, iac, terraform, terraform-provider
- Language: Go
- Homepage: https://registry.terraform.io/namespaces/checkly
- Size: 3.77 MB
- Stars: 44
- Watchers: 4
- Forks: 5
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-tf - terraform-provider-checkly - Manage [Checkly](https://www.checklyhq.com) resources for API & E2E monitoring. (Providers / Vendor supported providers)
README
# Checkly Terraform Provider
![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)
[![Tests](https://github.com/checkly/terraform-provider-checkly/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/checkly/terraform-provider-checkly/actions/workflows/test.yml)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/checkly/terraform-provider-checkly)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/checkly/terraform-provider-checkly?label=Version)This Terraform provider enables users to handle [Checkly](https://checklyhq.com) resources. Manage your checks, groups, alert channels and more and start declaring your monitoring setup as code.
## Installation
Please take a look at the [installation guide](https://github.com/checkly/terraform-provider-checkly/blob/main/docs/guides/getting-started.md)> If you're still using Terraform 0.12 please refer to [terraform 0.12 documentation](https://github.com/checkly/terraform-provider-checkly/blob/main/docs/guides/support-for-terraform-0.12.md)
## Getting started
For documentation and example usage see:
1. [Checkly's documentation and getting started guide](https://www.checklyhq.com/docs/terraform-provider).
2. [The official provider resource documentation](https://registry.terraform.io/providers/checkly/checkly/latest/docs).
3. [Working demo](https://github.com/checkly/checkly-terraform-getting-started).## Questions
For questions and support please open a new [discussion](https://github.com/checkly/terraform-provider-checkly/discussions). The issue list of this repo is exclusively for bug reports and feature/docs requests.## Issues
Please make sure to respect issue requirements and choose the proper [issue template](https://github.com/checkly/terraform-provider-checkly/issues/new/choose) when opening an issue. Issues not conforming to the guidelines may be closed.## Contribution
Please make sure to read the [Contributing Guide](https://github.com/checkly/terraform-provider-checkly/blob/main/CONTRIBUTING.md) before making a pull request.## License
[MIT](https://github.com/checkly/terraform-checkly-provider/blob/main/LICENSE)