Skip to content

Commit

Permalink
Merge pull request #1237 from cdktf/upgrade-provider-project-140
Browse files Browse the repository at this point in the history
  • Loading branch information
team-tf-cdk authored Sep 29, 2022
2 parents d6d608b + ccd21de commit 1dd0176
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 63 deletions.
6 changes: 3 additions & 3 deletions .projen/deps.json

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

10 changes: 5 additions & 5 deletions .projen/tasks.json

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

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { CdktfProviderProject } = require("@cdktf/provider-project");
const project = new CdktfProviderProject({
useCustomGithubRunner: true,
terraformProvider: "google@~> 4.0",
cdktfVersion: "^0.12.2",
cdktfVersion: ">=0.12.2 <0.14.0",
constructsVersion: "^10.0.0",
minNodeVersion: "14.17.0",
jsiiVersion: "^1.53.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json

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

102 changes: 51 additions & 51 deletions yarn.lock

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

0 comments on commit 1dd0176

Please sign in to comment.