{"id":13824846,"url":"https://github.com/articulate/terraform-provider-ohdear","last_synced_at":"2025-04-12T13:34:27.858Z","repository":{"id":37502931,"uuid":"152119347","full_name":"articulate/terraform-provider-ohdear","owner":"articulate","description":"Terraform provider for the Oh Dear monitoring service: https://ohdear.app","archived":false,"fork":false,"pushed_at":"2025-04-08T15:01:00.000Z","size":4819,"stargazers_count":19,"open_issues_count":4,"forks_count":4,"subscribers_count":57,"default_branch":"main","last_synced_at":"2025-04-08T15:46:59.856Z","etag":null,"topics":["monitoring","team-devex-sre","terraform","terraform-provider"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/articulate/ohdear","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/articulate.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-08T17:29:12.000Z","updated_at":"2025-04-08T14:52:16.000Z","dependencies_parsed_at":"2023-02-09T03:46:23.021Z","dependency_job_id":"206bce6b-dcd6-4f08-bcf4-ea5f43541ed5","html_url":"https://github.com/articulate/terraform-provider-ohdear","commit_stats":{"total_commits":91,"total_committers":8,"mean_commits":11.375,"dds":0.5714285714285714,"last_synced_commit":"8f5f25fb83059cebc08119164803036f8e2254f1"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/articulate%2Fterraform-provider-ohdear","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/articulate%2Fterraform-provider-ohdear/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/articulate%2Fterraform-provider-ohdear/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/articulate%2Fterraform-provider-ohdear/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/articulate","download_url":"https://codeload.github.com/articulate/terraform-provider-ohdear/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248573569,"owners_count":21126858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["monitoring","team-devex-sre","terraform","terraform-provider"],"created_at":"2024-08-04T09:01:10.397Z","updated_at":"2025-04-12T13:34:27.852Z","avatar_url":"https://github.com/articulate.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Terraform Provider OhDear\n\nA Terraform Provider for [Oh Dear](https://ohdear.app/).\n\n## Usage\n\nThe provider requires an `api_token` (or `OHDEAR_TOKEN` environment variable) and\nan optional `team_id` (`OHDEAR_TEAM_ID` environment variable).\n\n\u003c!-- x-release-please-start-version --\u003e\n```hcl\nterraform {\n  required_providers {\n    ohdear = {\n      source = \"articulate/ohdear\"\n      version = \"2.2.4\"\n    }\n  }\n}\n\nprovider \"ohdear\" {\n  api_token = \"my-api-token\"\n  team_id   = 1234 # optional\n}\n```\n\u003c!-- x-release-please-end --\u003e\n\nTo add a site to Oh Dear, create a `ohdear_site` resource.\n\n```hcl\nresource \"ohdear_site\" \"test\" {\n  url = \"https://site.iwanttomonitor.com\"\n}\n```\n\nBy default, all checks are enabled. You can customize this using the `checks`\nblock. Any checks not defined in the block are disabled.\n\n```hcl\nresource \"ohdear_site\" \"test\" {\n  url = \"https://site.iwanttomonitor.com\"\n\n  checks {\n    uptime = true\n  }\n}\n```\n\n## Development Requirements\n\n* [Go](https://golang.org/doc/install) (for development)\n* [golangci-lint](https://golangci-lint.run/)\n* [GoReleaser](https://goreleaser.com/)\n\n## Contributing\n\nCommit messages must be signed and follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)\nformat.\n\n## Publishing\n\nReleases are automatically created by [release-please](https://github.com/googleapis/release-please)\non PR merge. This will scan commit messages for new releases based on commit message\nand create a release PR. To finish the release, merge the PR, which will kick off\nGoReleaser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farticulate%2Fterraform-provider-ohdear","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farticulate%2Fterraform-provider-ohdear","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farticulate%2Fterraform-provider-ohdear/lists"}