Skip to content

floydspace/projen-cdktf-app-ts

Repository files navigation

📦 projen-cdktf-app-ts

CDK for Terraform (CDKTF) app Projen project in TypeScript

npm version npm downloads build status release status

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.

About

CDK for Terraform (CDKTF) app Projen project in TypeScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published