https://github.com/cdktf/cdktf-provider-null-go
CDK for Terraform Go provider bindings for null.
https://github.com/cdktf/cdktf-provider-null-go
cdk cdktf null pre-built-provider provider terraform terraform-cdk
Last synced: 3 months ago
JSON representation
CDK for Terraform Go provider bindings for null.
- Host: GitHub
- URL: https://github.com/cdktf/cdktf-provider-null-go
- Owner: cdktf
- License: mpl-2.0
- Created: 2022-07-15T13:45:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T03:23:04.000Z (over 1 year ago)
- Last Synced: 2024-09-28T13:21:31.125Z (over 1 year ago)
- Topics: cdk, cdktf, null, pre-built-provider, provider, terraform, terraform-cdk
- Language: Go
- Homepage: https://cdk.tf
- Size: 2.06 MB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# CDKTF Go bindings for hashicorp/null provider version 3.2.4
HashiCorp made the decision to stop publishing new versions of prebuilt [Terraform null provider](https://registry.terraform.io/providers/hashicorp/null/3.2.4) 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.
As a reminder, you can continue to use the `hashicorp/null` 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:
`cdktf provider add hashicorp/null --force-local`
For more information and additional examples, check out our documentation on [generating provider bindings manually](https://cdk.tf/imports).
## Deprecated Package
The go package is generated into the [`github.com/cdktf/cdktf-provider-null-go`](https://github.com/cdktf/cdktf-provider-null-go) package.
`go get github.com/cdktf/cdktf-provider-null-go/null/`
Where `` 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](https://github.com/cdktf/cdktf-provider-null-go/blob/main/null/go.mod#L1) file.
## Docs
Find auto-generated docs for this provider [here](https://github.com/cdktf/cdktf-provider-null/blob/main/docs/API.go.md).