https://github.com/cdktf/cdktf-provider-opc-go
CDK for Terraform Go provider bindings for opc.
https://github.com/cdktf/cdktf-provider-opc-go
cdk cdktf opc pre-built-provider provider terraform terraform-cdk
Last synced: 5 months ago
JSON representation
CDK for Terraform Go provider bindings for opc.
- Host: GitHub
- URL: https://github.com/cdktf/cdktf-provider-opc-go
- Owner: cdktf
- License: mpl-2.0
- Archived: true
- Created: 2022-10-05T14:08:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T10:05:06.000Z (over 2 years ago)
- Last Synced: 2025-04-25T13:05:12.223Z (about 1 year ago)
- Topics: cdk, cdktf, opc, pre-built-provider, provider, terraform, terraform-cdk
- Language: Go
- Homepage: https://cdk.tf
- Size: 7.55 MB
- Stars: 0
- Watchers: 2
- 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/opc provider version 1.4.1
HashiCorp made the decision to stop publishing new versions of prebuilt [Terraform opc provider](https://registry.terraform.io/providers/hashicorp/opc/1.4.1) bindings for [CDK for Terraform](https://cdk.tf) on January 16, 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/opc` 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/opc --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-opc-go`](https://github.com/cdktf/cdktf-provider-opc-go) package.
`go get github.com/cdktf/cdktf-provider-opc-go/opc`
## Docs
Find auto-generated docs for this provider [here](https://github.com/cdktf/cdktf-provider-opc/blob/main/docs/API.go.md).