Categorygithub.com/hashicorp/terraform-cdk-go/cdktf
package
0.21.0-pre.125
Repository: https://github.com/hashicorp/terraform-cdk-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

// Copyright (c) HashiCorp, Inc. // SPDX-License-Identifier: MPL-2.0

cdktf

cdktf is a framework for defining cloud infrastructure using Terraform providers and modules. It allows for users to define infrastructure resources using higher-level programming languages.

Build

Install dependencies

yarn install

Build the package

yarn build

Learn More