Skip to content

Commit

Permalink
Merge pull request #71 from hashicorp/update-cdktf-0-10
Browse files Browse the repository at this point in the history
chore!: update to cdktf 0.10
  • Loading branch information
DanielMSchmidt authored Mar 31, 2022
2 parents 1a04de3 + b4734c7 commit c1a8188
Show file tree
Hide file tree
Showing 1,269 changed files with 69,041 additions and 44,150 deletions.
10 changes: 5 additions & 5 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { CdktfAwsCdkProject } from "./projen";

const project = new CdktfAwsCdkProject({
terraformProvider: "aws@~> 3.0",
cdktfVersion: '0.9.4',
constructsVersion: "^10.0.0",
cdktfVersion: '0.10.0',
constructsVersion: "^10.0.25",
minNodeVersion: "14.17.0",
projenrcTs: true
});
Expand Down
43,987 changes: 27,013 additions & 16,974 deletions API.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/typescript-cron-lambda/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe("typescript-cron-lambda", () => {
\\"required_providers\\": {
\\"aws\\": {
\\"source\\": \\"aws\\",
\\"version\\": \\"~> 3.0\\"
\\"version\\": \\"3.75.1\\"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript-cron-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"devDependencies": {
"@types/jest": "27.0.1",
"@types/node": "^14.0.26",
"cdktf-cli": "0.8.0",
"cdktf-cli": "0.10.0",
"jest": "27.1.0",
"ts-jest": "^27.0.5",
"typescript": "^3.9.7"
},
"dependencies": {
"cdktf": "0.8.0",
"cdktf": "0.10.0",
"constructs": "^10.0.5",
"@cdktf/aws-cdk": "0.2.2",
"aws-cdk-lib": "2.0.0"
Expand Down
1,605 changes: 884 additions & 721 deletions examples/typescript-cron-lambda/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/typescript-manual-mapping/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe("typescript-cron-lambda", () => {
\\"required_providers\\": {
\\"aws\\": {
\\"source\\": \\"aws\\",
\\"version\\": \\"~> 3.0\\"
\\"version\\": \\"3.75.1\\"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript-manual-mapping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"devDependencies": {
"@types/jest": "27.0.1",
"@types/node": "^14.0.26",
"cdktf-cli": "0.8.0",
"cdktf-cli": "0.10.0",
"jest": "27.1.0",
"ts-jest": "^27.0.5",
"typescript": "^3.9.7"
},
"dependencies": {
"cdktf": "0.8.0",
"cdktf": "0.10.0",
"constructs": "^10.0.5",
"@cdktf/aws-cdk": "0.2.2",
"aws-cdk-lib": "2.0.0"
Expand Down
1,605 changes: 884 additions & 721 deletions examples/typescript-manual-mapping/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/typescript-step-functions-mixed/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ describe("typescript-state-machine", () => {
\\"required_providers\\": {
\\"aws\\": {
\\"source\\": \\"aws\\",
\\"version\\": \\"~> 3.0\\"
\\"version\\": \\"3.75.1\\"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript-step-functions-mixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"devDependencies": {
"@types/jest": "27.0.1",
"@types/node": "^14.0.26",
"cdktf-cli": "0.8.0",
"cdktf-cli": "0.10.0",
"jest": "27.1.0",
"ts-jest": "^27.0.5",
"typescript": "^3.9.7"
},
"dependencies": {
"cdktf": "0.8.0",
"cdktf": "0.10.0",
"constructs": "^10.0.5",
"@cdktf/aws-cdk": "0.2.2",
"@cdktf-plus/aws": "^0.2.2",
Expand Down
1,765 changes: 964 additions & 801 deletions examples/typescript-step-functions-mixed/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/typescript-step-functions/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe("typescript-state-machine", () => {
\\"required_providers\\": {
\\"aws\\": {
\\"source\\": \\"aws\\",
\\"version\\": \\"~> 3.0\\"
\\"version\\": \\"3.75.1\\"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript-step-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"devDependencies": {
"@types/jest": "27.0.1",
"@types/node": "^14.0.26",
"cdktf-cli": "0.8.0",
"cdktf-cli": "0.10.0",
"jest": "27.1.0",
"ts-jest": "^27.0.5",
"typescript": "^3.9.7"
},
"dependencies": {
"cdktf": "0.8.0",
"cdktf": "0.10.0",
"constructs": "^10.0.5",
"@cdktf/aws-cdk": "0.2.2",
"aws-cdk-lib": "2.0.0"
Expand Down
Loading

0 comments on commit c1a8188

Please sign in to comment.