at aC (/root/.bun/install/global/node_modules/cdktf-cli/bundle/bin/cdktf.js:53:32710) at /root/.bun/install/global/node_modules/cdktf-cli/bundle/bin/cdktf.js:53:33219 at /root/.bun/install/global/node_modules/cdktf-cli/bundle/bin/cdktf.js:1:272 at /root/.bun/install/global/nod...
17.1/lib/node_modules/cdktf-cli/bundle/bin/cmds/handlers.js:181:1998) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async yF (/Users/amandugar/.nvm/versions/node/v18.17.1/lib/node_modules/cdktf-cli/bundle/bin/cmds/handlers.js:181:1658) at async xjt ...
首先,我们需要在本地初始化一个 CDKTF 项目。假设你已经安装了 CDKTF CLI 和相关的开发环境(如 Node.js、TypeScript): mkdir my-azure-cdktf-project cd my-azure-cdktf-project # 初始化 CDKTF 项目,选择 TypeScript 作为编程语言 cdktf init --template=typescript --local 1. 2. 3. 4. 5. 配置Az...
cdktf-cli: 0.15.5 node: v18.16.0 cdktf: 0.17.0 constructs: 10.2.61 jsii: null terraform: 1.4.5 arch: x64 os: linux 5.10.16.3-microsoft-standard-WSL2 Providers ┌───────────────┬──────────────────┬─────────┬─────────...
Dependents (3) @cdktf/cli-core @cdktf/hcl2cdk @cdktf/provider-generatorPackage Sidebar Install npm i @cdktf/provider-schema Repository github.com/hashicorp/terraform-cdk Homepage github.com/hashicorp/terraform-cdk#readme Weekly Downloads 63,931 Version 0.20.11 License MPL-2.0 Unpacked Size 11...
diff命令能够比较给定的两个文件的不同,如果使用-代替文件参数,则要比较的内容将来自标准输入,diff命令...
cli: Supporttestsub-command#3687 https://github.com/hashicorp/terraform-cdk/blob/v0.20.8/packages/cdktf/lib/testing/matchers.ts#L380 Help Wanted I'm interested in contributing a fix myself Community Note Please vote on this issue by adding a 👍reactionto the original issue to help the co...
Adding package @cdktf/provider-cloudflare @ 11.11.0 Internal Error: unexpected array Error: unexpected array at Parser.renderAttributeType (/usr/local/lib/node_modules/cdktf-cli/node_modules/@cdktf/provider-generator/lib/get/generator/resource-parser.js:205:23) at Parser.renderAttributesForBlock ...
cli_config_credentials_token: ${{ secrets.TF_CLOUD_TOKEN }} - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version: "14" node-version: "18" - run: yarn install - name: Synth 4 changes: 2 additions & 2 deletions 4 cdktf.json Orig...
npx cdktf-cli get # Remove this step if you don't have any - name: Run unit tests run: yarn test - name: Run Terraform CDK uses: hashicorp/terraform-cdk-action@v5 with: cdktfVersion: 0.20.9 terraformVersion: 1.9.8 mode: auto-approve-apply stackName: my-stack terraformCloudToken: $...