Package Exports
- cdktf
- cdktf/lib/_tokens
- cdktf/lib/_tokens.js
- cdktf/lib/errors
- cdktf/lib/errors.js
- cdktf/lib/features
- cdktf/lib/features.js
- cdktf/lib/index.js
- cdktf/lib/manifest
- cdktf/lib/manifest.js
- cdktf/lib/private/fs
- cdktf/lib/private/fs.js
- cdktf/lib/synthesize/synthesizer.js
- cdktf/lib/terraform-output
- cdktf/lib/terraform-output.js
- cdktf/lib/testing/adapters/jest
- cdktf/lib/testing/adapters/jest.js
- cdktf/lib/tfExpression
- cdktf/lib/tfExpression.js
- cdktf/lib/tokens
- cdktf/lib/tokens/index.js
- cdktf/lib/tokens/private/resolve
- cdktf/lib/tokens/private/resolve.js
- cdktf/lib/tokens/private/token-map.js
- cdktf/lib/util
- cdktf/lib/util.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cdktf) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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