/** * **terraform-cdk** - Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform * * @domain `terraform.io/cdk` * @programs `cdktf` * @version `0.21.0` (20 versions available) * @versions From newest version to oldest. * * @install `launchpad install terraform.io/cdk` * @homepage https://www.terraform.io/cdktf * @dependencies `nodejs.org^17 || ^18 || ^19 || ^20` * @buildDependencies `classic.yarnpkg.com` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.terraformiocdk * console.log(pkg.name) // "terraform-cdk" * console.log(pkg.description) // "Define infrastructure resources using programmi..." * console.log(pkg.programs) // ["cdktf"] * console.log(pkg.versions[0]) // "0.21.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/terraform-io/cdk.md * @see https://ts-pkgx.netlify.app/usage */ export declare const terraformiocdkPackage: { /** * The display name of this package. */ name: 'terraform-cdk'; /** * The canonical domain name for this package. */ domain: 'terraform.io/cdk'; /** * Brief description of what this package does. */ description: 'Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/terraform.io/cdk/package.yml'; homepageUrl: 'https://www.terraform.io/cdktf'; githubUrl: 'https://github.com/hashicorp/terraform-cdk'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install terraform.io/cdk'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +terraform.io/cdk -- $SHELL -i'; launchpadInstallCommand: 'launchpad install terraform.io/cdk'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['cdktf']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['nodejs.org^17 || ^18 || ^19 || ^20']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['classic.yarnpkg.com']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.21.0', '0.20.12', '0.20.11', '0.20.10', '0.20.9', '0.20.8', '0.20.7', '0.20.6', '0.20.5', '0.20.4', '0.20.3', '0.20.2', '0.20.1', '0.20.0', '0.19.2', '0.19.1', '0.19.0', '0.18.2', '0.18.1', '0.18.0']; aliases: readonly [] }; export type TerraformiocdkPackage = typeof terraformiocdkPackage