Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cdktf/provider-ad

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cdktf/provider-ad

Prebuilt ad Provider for Terraform CDK (cdktf)

  • 8.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
4
Weekly downloads
 
Created
Source

CDKTF prebuilt bindings for hashicorp/ad provider version 0.4.4

HashiCorp made the decision to stop publishing new versions of prebuilt Terraform ad provider bindings for CDK for Terraform on January 18, 2024. 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.20.0 and are no longer eligible for commercial support.

As a reminder, you can continue to use the hashicorp/ad 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, optionally with the --force-local flag enabled:

cdktf provider add hashicorp/ad --force-local

For more information and additional examples, check out our documentation on generating provider bindings manually.

Deprecated Packages

NPM

The npm package is available at 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.

pipenv install cdktf-cdktf-provider-ad

Nuget

The Nuget package is available at 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.

<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 package.

go get github.com/cdktf/cdktf-provider-ad-go/ad/<version>

Where <version> is the version of the prebuilt provider you would like to use e.g. v11. The full module name can be found within the go.mod file.

Docs

Find auto-generated docs for this provider here:

You can also visit a hosted version of the documentation on constructs.dev.

Keywords

FAQs

Package last updated on 18 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc