Skip to content

Commit

Permalink
Merge pull request #18 from hashicorp/skorfmann-patch-1
Browse files Browse the repository at this point in the history
Update projenrc.template.js
  • Loading branch information
skorfmann committed Sep 15, 2021
2 parents b706ca8 + c105dc5 commit 776c45f
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 776c45f

Please sign in to comment.