Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
team-tf-cdk authored Dec 18, 2023
1 parent 2488ef8 commit 0082fa1
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 19 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/release.yml

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

4 changes: 2 additions & 2 deletions .gitignore

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

2 changes: 1 addition & 1 deletion .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 .projen/tasks.json

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

5 changes: 2 additions & 3 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ const project = new CdktfProviderProject({
minNodeVersion: "18.12.0",
jsiiVersion: "~5.2.0",
typescriptVersion: "~5.2.0", // NOTE: this should be the same major/minor version as JSII
devDeps: ["@cdktf/provider-project@~0.4.0"],
// Uncomment below when the workflow has been tested on Hashicups and we think the change is safe to roll out:
// isDeprecated: false,
devDeps: ["@cdktf/provider-project@^0.5.0"],
isDeprecated: false,
});

project.synth();
1 change: 0 additions & 1 deletion README.md

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

5 changes: 3 additions & 2 deletions package.json

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

16 changes: 8 additions & 8 deletions yarn.lock

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

0 comments on commit 0082fa1

Please sign in to comment.