Skip to content

Commit

Permalink
Merge pull request #10 from hashicorp/upgrade-provider-project-48
Browse files Browse the repository at this point in the history
  • Loading branch information
team-tf-cdk authored Sep 15, 2021
2 parents 7bca482 + f3e9471 commit 0b42e0b
Show file tree
Hide file tree
Showing 18 changed files with 322 additions and 200 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/release.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/upgrade.yml

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

78 changes: 39 additions & 39 deletions .gitignore

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

28 changes: 14 additions & 14 deletions .npmignore

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

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.

5 changes: 3 additions & 2 deletions .projen/tasks.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.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: "hashicorp/random@~> 3.1",
cdktfVersion: '^0.5',
constructsVersion: "^3.0.4",
cdktfVersion: '^0.6',
constructsVersion: "^10.0.0",
minNodeVersion: "12.19.0"
});

Expand Down
Loading

0 comments on commit 0b42e0b

Please sign in to comment.