{"id":20390447,"url":"https://github.com/checkly/pulumi-checkly","last_synced_at":"2026-04-01T18:35:36.634Z","repository":{"id":37489615,"uuid":"459801097","full_name":"checkly/pulumi-checkly","owner":"checkly","description":"Pulumi provider for the Checkly monitoring service","archived":false,"fork":false,"pushed_at":"2026-03-19T10:42:55.000Z","size":2156,"stargazers_count":19,"open_issues_count":8,"forks_count":8,"subscribers_count":10,"default_branch":"main","last_synced_at":"2026-04-01T08:44:03.139Z","etag":null,"topics":["checkly","mac","pulumi","pulumi-provider"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/checkly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":"COPYRIGHT","agents":null,"dco":null,"cla":null}},"created_at":"2022-02-16T00:47:27.000Z","updated_at":"2026-03-19T10:29:03.000Z","dependencies_parsed_at":"2024-04-11T15:30:58.042Z","dependency_job_id":"561d0928-ab20-4f29-81ff-93faa7b214f2","html_url":"https://github.com/checkly/pulumi-checkly","commit_stats":{"total_commits":120,"total_committers":13,"mean_commits":9.23076923076923,"dds":"0.29166666666666663","last_synced_commit":"8b79e9491d18069f7b96e438e376982b0d614b8b"},"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"purl":"pkg:github/checkly/pulumi-checkly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkly%2Fpulumi-checkly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkly%2Fpulumi-checkly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkly%2Fpulumi-checkly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkly%2Fpulumi-checkly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/checkly","download_url":"https://codeload.github.com/checkly/pulumi-checkly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkly%2Fpulumi-checkly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["checkly","mac","pulumi","pulumi-provider"],"created_at":"2024-11-15T03:24:56.983Z","updated_at":"2026-04-01T18:35:36.604Z","avatar_url":"https://github.com/checkly.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Checkly Provider for Pulumi\n\n![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)\n![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/checkly/pulumi-checkly?label=Version)\n\nThe Checkly provider for Pulumi can be used to provision any of the monitoring resources available in [Checkly](https://www.checklyhq.com/).\n\n## Installation\n\nThe Checkly provider is available as a package in most Pulumi languages:\n\n* JavaScript/TypeScript: [`@checkly/pulumi`](https://www.npmjs.com/package/@checkly/pulumi)\n* Python: [`pulumi-checkly`](https://pypi.org/project/pulumi-checkly/)\n* Go: [`github.com/checkly/pulumi-checkly/sdk/v2/go/checkly`](https://github.com/checkly/pulumi-checkly)\n* .NET: [`Pulumi.Checkly`](https://www.nuget.org/packages/Pulumi.Checkly)\n\n\n## Authentication\n\nThe Checkly provider must be configured with an `API Key` and an `Account ID` in order to deploy Checkly resources. Sign up for a [Checkly](https://www.checklyhq.com) account and follow our [integration guide](https://www.checklyhq.com/docs/integrations/pulumi/) to create and configure your credentials.\n\n### Example configuration\n\nFirst, configure your Checkly Account ID:\n\n```\npulumi config set checkly:accountId YOUR_CHECKLY_ACCOUNT_ID\n```\n\nThen, configure you Checkly API key (with `--secret`):\n\n```\npulumi config set checkly:apiKey YOUR_CHECKLY_API_KEY --secret\n```\n\nYou should now be able to deploy Checkly resources.\n\n## Example usage\n\nYou can find working JavaScript and TypeScript code samples in the [`./examples`](https://github.com/checkly/pulumi-checkly/tree/main/examples) directory.\n\n## Configuration options\n\nThe following configuration points are available for the Checkly provider:\n\n- `checkly:accountId` (environment: `CHECKLY_ACCOUNT_ID`) - your Checkly Account ID\n- `checkly:apiKey` (environment: `CHECKLY_API_KEY`) - your Checkly API Key\n    * If you don't have an API Key, you can create one [here](https://app.checklyhq.com/settings/user/api-keys).\n    * Make sure to use the `--secret` flag with `pulumi config set`.\n- `checkly:apiUrl` (environment: `CHECKLY_API_URL`) - for internal development purposes only\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/checkly/api-docs/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheckly%2Fpulumi-checkly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcheckly%2Fpulumi-checkly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheckly%2Fpulumi-checkly/lists"}