Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

CDK for Terraform Go provider bindings for opc.

License

Notifications You must be signed in to change notification settings

cdktf/cdktf-provider-opc-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

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 bindings for CDK for Terraform 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, 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.

Deprecated Package

The go package is generated into the 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.