# Terraform CDK ad Provider ~> 0.4
This repo builds and publishes the Terraform ad Provider bindings for [CDK for Terraform](https://cdk.tf).
## Available Packages
### NPM
The npm package is available at [https://www.npmjs.com/package/@cdktf/provider-ad](https://www.npmjs.com/package/@cdktf/provider-ad).
`npm install @cdktf/provider-ad`
### PyPI
The PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-ad](https://pypi.org/project/cdktf-cdktf-provider-ad).
`pipenv install cdktf-cdktf-provider-ad`
### Nuget
The Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Ad](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Ad).
`dotnet add package HashiCorp.Cdktf.Providers.Ad`
### Maven
The Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-ad](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-ad).
```
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf-provider-ad</artifactId>
<version>[REPLACE WITH DESIRED VERSION]</version>
</dependency>
```
### Go
The go package is generated into the [`github.com/cdktf/cdktf-provider-ad-go`](https://github.com/cdktf/cdktf-provider-ad-go) package.
`go get github.com/cdktf/cdktf-provider-ad-go/ad`
## Docs
Find auto-generated docs for this provider here:
* [Typescript](./docs/API.typescript.md)
* [Python](./docs/API.python.md)
* [Java](./docs/API.java.md)
* [C#](./docs/API.csharp.md)
* [Go](./docs/API.go.md)
You can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktf/provider-ad).
## Versioning
This project is explicitly not tracking the Terraform ad Provider version 1:1. In fact, it always tracks `latest` of `~> 0.4` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by generating the [provider constructs manually](https://cdk.tf/imports).
These are the upstream dependencies:
* [Terraform CDK](https://cdk.tf)
* [Terraform ad Provider](https://registry.terraform.io/providers/hashicorp/ad/0.4.0)
* This links to the minimum version being tracked, you can find the latest released version [in our releases](https://github.com/cdktf/cdktf-provider-ad/releases)
* [Terraform Engine](https://terraform.io)
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
## Features / Issues / Bugs
Please report bugs and issues to the [terraform cdk](https://cdk.tf) project:
* [Create bug report](https://cdk.tf/bug)
* [Create feature request](https://cdk.tf/feature)
## Contributing
### projen
This is mostly based on [projen](https://github.com/eladb/projen), which takes care of generating the entire repository.
### cdktf-provider-project based on projen
There's a custom [project builder](https://github.com/hashicorp/cdktf-provider-project) which encapsulate the common settings for all `cdktf` providers.
### Provider Version
The provider version can be adjusted in [./.projenrc.js](./.projenrc.js).
### Repository Management
The repository is managed by [Repository Manager](https://github.com/hashicorp/cdktf-repository-manager/)
Raw data
{
"_id": null,
"home_page": "https://github.com/cdktf/cdktf-provider-ad.git",
"name": "cdktf-cdktf-provider-ad",
"maintainer": "",
"docs_url": null,
"requires_python": "~=3.7",
"maintainer_email": "",
"keywords": "",
"author": "HashiCorp",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/a0/78/ba37b915f5c01fafcbbfd7cceda822f9efcf5277f14a30a2eec760fc1e58/cdktf-cdktf-provider-ad-7.0.0.tar.gz",
"platform": null,
"description": "# Terraform CDK ad Provider ~> 0.4\n\nThis repo builds and publishes the Terraform ad Provider bindings for [CDK for Terraform](https://cdk.tf).\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktf/provider-ad](https://www.npmjs.com/package/@cdktf/provider-ad).\n\n`npm install @cdktf/provider-ad`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-ad](https://pypi.org/project/cdktf-cdktf-provider-ad).\n\n`pipenv install cdktf-cdktf-provider-ad`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Ad](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Ad).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Ad`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-ad](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-ad).\n\n```\n<dependency>\n <groupId>com.hashicorp</groupId>\n <artifactId>cdktf-provider-ad</artifactId>\n <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n### Go\n\nThe go package is generated into the [`github.com/cdktf/cdktf-provider-ad-go`](https://github.com/cdktf/cdktf-provider-ad-go) package.\n\n`go get github.com/cdktf/cdktf-provider-ad-go/ad`\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-ad).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform ad Provider version 1:1. In fact, it always tracks `latest` of `~> 0.4` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by generating the [provider constructs manually](https://cdk.tf/imports).\n\nThese are the upstream dependencies:\n\n* [Terraform CDK](https://cdk.tf)\n* [Terraform ad Provider](https://registry.terraform.io/providers/hashicorp/ad/0.4.0)\n\n * This links to the minimum version being tracked, you can find the latest released version [in our releases](https://github.com/cdktf/cdktf-provider-ad/releases)\n* [Terraform Engine](https://terraform.io)\n\nIf there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.\n\n## Features / Issues / Bugs\n\nPlease report bugs and issues to the [terraform cdk](https://cdk.tf) project:\n\n* [Create bug report](https://cdk.tf/bug)\n* [Create feature request](https://cdk.tf/feature)\n\n## Contributing\n\n### projen\n\nThis is mostly based on [projen](https://github.com/eladb/projen), which takes care of generating the entire repository.\n\n### cdktf-provider-project based on projen\n\nThere's a custom [project builder](https://github.com/hashicorp/cdktf-provider-project) which encapsulate the common settings for all `cdktf` providers.\n\n### Provider Version\n\nThe provider version can be adjusted in [./.projenrc.js](./.projenrc.js).\n\n### Repository Management\n\nThe repository is managed by [Repository Manager](https://github.com/hashicorp/cdktf-repository-manager/)\n",
"bugtrack_url": null,
"license": "MPL-2.0",
"summary": "Prebuilt ad Provider for Terraform CDK (cdktf)",
"version": "7.0.0",
"project_urls": {
"Homepage": "https://github.com/cdktf/cdktf-provider-ad.git",
"Source": "https://github.com/cdktf/cdktf-provider-ad.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "24581031aa384792d394b35e0e018a6aaac72e480e8d183da6177826fecde493",
"md5": "4b7b8ed0616010d73e11ac3a8f262804",
"sha256": "fe9ee5cb3428e4ae94c1863481d415488848b0f67d4a3c66e0095228a9bd17b6"
},
"downloads": -1,
"filename": "cdktf_cdktf_provider_ad-7.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4b7b8ed0616010d73e11ac3a8f262804",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.7",
"size": 248329,
"upload_time": "2023-10-17T14:41:00",
"upload_time_iso_8601": "2023-10-17T14:41:00.071418Z",
"url": "https://files.pythonhosted.org/packages/24/58/1031aa384792d394b35e0e018a6aaac72e480e8d183da6177826fecde493/cdktf_cdktf_provider_ad-7.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a078ba37b915f5c01fafcbbfd7cceda822f9efcf5277f14a30a2eec760fc1e58",
"md5": "3820db3379600b0577407238bb37df32",
"sha256": "c844fbc6bb6d5a0e847e958bdd0a3cc132b2df7f59f087c2ec3bb30a10d6ca64"
},
"downloads": -1,
"filename": "cdktf-cdktf-provider-ad-7.0.0.tar.gz",
"has_sig": false,
"md5_digest": "3820db3379600b0577407238bb37df32",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.7",
"size": 226299,
"upload_time": "2023-10-17T14:41:01",
"upload_time_iso_8601": "2023-10-17T14:41:01.815738Z",
"url": "https://files.pythonhosted.org/packages/a0/78/ba37b915f5c01fafcbbfd7cceda822f9efcf5277f14a30a2eec760fc1e58/cdktf-cdktf-provider-ad-7.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-17 14:41:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cdktf",
"github_project": "cdktf-provider-ad",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "cdktf-cdktf-provider-ad"
}