projen-cdktf-app-ts
v0.0.3
Published
CDK for Terraform (CDKTF) app Projen project in TypeScript
Downloads
16
Readme
📦 projen-cdktf-app-ts
CDK for Terraform (CDKTF) app Projen project in TypeScript
Welcome to the home of
projen-cdktf-app-ts
!
This is an external projen
project type that aims to make creating CDK for Terraform (CDKTF) app projects in
TypeScript easier.
Usage
npx projen new --from projen-cdktf-app-ts --projenrc-ts
Example
import { CdktfTypeScriptApp } from "projen-cdktf-app-ts";
const project = new CdktfTypeScriptApp({
name: "my-cdktf-app",
defaultReleaseBranch: "main",
devDeps: ["projen-cdktf-app-ts"],
projenrcTs: true,
terraformProviders: ["hashicorp/aws@~> 4.0"],
});
project.synth();
See the project type API Reference.
Contributing
See CONTRIBUTING for more information.
License
This project is licensed under the Apache-2.0 License.