Skip to content

Commit

Permalink
Update projenrc.template.js
Browse files Browse the repository at this point in the history
  • Loading branch information
skorfmann committed Sep 15, 2021
1 parent b706ca8 commit c105dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projenrc.template.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const { CdktfProviderProject } = require('@cdktf/provider-project');
const project = new CdktfProviderProject({
terraformProvider: "__PROVIDER__",
cdktfVersion: '^0.5',
constructsVersion: "^3.0.4",
cdktfVersion: '^0.6',
constructsVersion: "^10.0.0",
minNodeVersion: "12.19.0"
});

Expand Down

0 comments on commit c105dc5

Please sign in to comment.