Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools oft miss.
@cdktf/provider-helm
Advanced tools
This repo builds and publishes the Terraform helm Provider bindings for CDK for Terraform.
The npm package is available at https://www.npmjs.com/package/@cdktf/provider-helm.
npm install @cdktf/provider-helm
The PyPI package is available at https://pypi.org/project/cdktf-cdktf-provider-helm.
pipenv install cdktf-cdktf-provider-helm
The Nuget package is available at https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Helm.
dotnet add package HashiCorp.Cdktf.Providers.Helm
The Maven package is available at https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-helm.
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf-provider-helm</artifactId>
<version>[REPLACE WITH DESIRED VERSION]</version>
</dependency>
The go package is generated into the github.com/hashicorp/cdktf-provider-helm-go
package.
go get github.com/hashicorp/cdktf-provider-helm-go/helm
Find auto-generated docs for this provider here: ./API.md You can also visit a hosted version of the documentation on constructs.dev.
This project is explicitly not tracking the Terraform helm Provider version 1:1. In fact, it always tracks latest
of ~> 2.3
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.
These are the upstream dependencies:
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
Please report bugs and issues to the terraform cdk project:
This is mostly based on projen, which takes care of generating the entire repository.
There's a custom project builder which encapsulate the common settings for all cdktf
providers.
The provider version can be adjusted in ./.projenrc.js.
The repository is managed by Repository Manager
FAQs
Prebuilt helm Provider for Terraform CDK (cdktf)
The npm package @cdktf/provider-helm receives a total of 2,335 weekly downloads. As such, @cdktf/provider-helm popularity was classified as popular.
We found that @cdktf/provider-helm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools oft miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.