Skip to content

cdktf/cdktf-repository-manager

repository-manager

About

This project handles repository management for the prebuilt Terraform provider packages and custom constructs that are published for use with Cloud Development Kit for Terraform (CDKTF).

CDKTF allows you to use familiar programming languages to define cloud infrastructure and provision it through HashiCorp Terraform. This gives you access to the entire Terraform ecosystem without learning HashiCorp Configuration Language (HCL). Terraform providers can be generated locally to be used with your application, or installed via one of the prebuilt packages. We currently publish and maintain a small subset of prebuilt packages for the Terraform providers that currently have the highest usage in CDKTF apps. The current list of prebuilt provider packages can be found here.

How we decide which providers to publish prebuilt packages for

Our current policy is as follows:

  • We publish & maintain prebuilt packages for all providers labeled "Official" in the Terraform Registry, except those that have been deprecated/retired by HashiCorp
  • We publish & maintain prebuilt packages for any providers labeled "Partner" in the Terraform Registry only upon explicit request by the technology partner (see below)
  • We will not publish & maintain prebuilt packages for any providers labeled "Community" in the Terraform Registry, except for those providers that had already been onboarded onto our system before we instituted this policy

Information for HashiCorp Partners

We are currently prioritizing publishing a small subset of prebuilt provider packages, based on usage in existing CDKTF applications. If you are a current partner and you are interested in having a prebuilt package made available for your provider, please email technologypartners@hashicorp.com and also file an issue here.