{"id":20688615,"url":"https://github.com/cdktf/cdktf-provider-datadog","last_synced_at":"2026-03-15T03:46:53.941Z","repository":{"id":37051704,"uuid":"373949785","full_name":"cdktf/cdktf-provider-datadog","owner":"cdktf","description":"Prebuilt Terraform CDK (cdktf) provider for datadog.","archived":false,"fork":false,"pushed_at":"2025-04-14T02:31:02.000Z","size":216302,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-14T03:33:48.290Z","etag":null,"topics":["cdk","cdktf","datadog","pre-built-provider","provider","terraform","terraform-cdk"],"latest_commit_sha":null,"homepage":"https://cdk.tf","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdktf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"docs/securityMonitoringDefaultRule.csharp.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-04T20:12:59.000Z","updated_at":"2025-04-14T02:31:05.000Z","dependencies_parsed_at":"2023-10-16T14:36:41.334Z","dependency_job_id":"24552f62-3a57-4f8a-961a-573ae10117fd","html_url":"https://github.com/cdktf/cdktf-provider-datadog","commit_stats":{"total_commits":1408,"total_committers":7,"mean_commits":"201.14285714285714","dds":"0.12428977272727271","last_synced_commit":"efeb719f1817e20117cd76046592c6e535e9d895"},"previous_names":[],"tags_count":843,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdktf%2Fcdktf-provider-datadog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdktf%2Fcdktf-provider-datadog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdktf%2Fcdktf-provider-datadog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdktf%2Fcdktf-provider-datadog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdktf","download_url":"https://codeload.github.com/cdktf/cdktf-provider-datadog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250270028,"owners_count":21402981,"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":["cdk","cdktf","datadog","pre-built-provider","provider","terraform","terraform-cdk"],"created_at":"2024-11-16T23:06:22.041Z","updated_at":"2026-03-15T03:46:53.932Z","avatar_url":"https://github.com/cdktf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# CDKTF prebuilt bindings for DataDog/datadog provider version 3.82.0\n\nHashiCorp made the decision to stop publishing new versions of prebuilt [Terraform datadog provider](https://registry.terraform.io/providers/DataDog/datadog/3.82.0) bindings for [CDK for Terraform](https://cdk.tf) on December 10, 2025. As such, this repository has been archived and is no longer supported in any way by HashiCorp. Previously-published versions of this prebuilt provider will still continue to be available on their respective package managers (e.g. npm, PyPi, Maven, NuGet), but these will not be compatible with new releases of `cdktf` past `0.21.0` and are no longer eligible for commercial support.\n\nAs a reminder, you can continue to use the `DataDog/datadog` provider in your CDK for Terraform (CDKTF) projects, even with newer versions of CDKTF, but you will need to generate the bindings locally. The easiest way to do so is to use the [`provider add` command](https://developer.hashicorp.com/terraform/cdktf/cli-reference/commands#provider-add), optionally with the `--force-local` flag enabled:\n\n`cdktf provider add DataDog/datadog --force-local`\n\nFor more information and additional examples, check out our documentation on [generating provider bindings manually](https://cdk.tf/imports).\n\n## Deprecated Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktf/provider-datadog](https://www.npmjs.com/package/@cdktf/provider-datadog).\n\n`npm install @cdktf/provider-datadog`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-datadog](https://pypi.org/project/cdktf-cdktf-provider-datadog).\n\n`pipenv install cdktf-cdktf-provider-datadog`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Datadog](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Datadog).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Datadog`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-datadog](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-datadog).\n\n```\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.hashicorp\u003c/groupId\u003e\n    \u003cartifactId\u003ecdktf-provider-datadog\u003c/artifactId\u003e\n    \u003cversion\u003e[REPLACE WITH DESIRED VERSION]\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Go\n\nThe go package is generated into the [`github.com/cdktf/cdktf-provider-datadog-go`](https://github.com/cdktf/cdktf-provider-datadog-go) package.\n\n`go get github.com/cdktf/cdktf-provider-datadog-go/datadog/\u003cversion\u003e`\n\nWhere `\u003cversion\u003e` is the version of the prebuilt provider you would like to use e.g. `v11`. The full module name can be found\nwithin the [go.mod](https://github.com/cdktf/cdktf-provider-datadog-go/blob/main/datadog/go.mod#L1) file.\n\n## Docs\n\nFind auto-generated docs for this provider here: \n\n- [Typescript](./docs/API.typescript.md)\n- [Python](./docs/API.python.md)\n- [Java](./docs/API.java.md)\n- [C#](./docs/API.csharp.md)\n- [Go](./docs/API.go.md)\n\nYou can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktf/provider-datadog).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdktf%2Fcdktf-provider-datadog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdktf%2Fcdktf-provider-datadog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdktf%2Fcdktf-provider-datadog/lists"}