Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
team-tf-cdk committed Dec 18, 2023
1 parent 949c63a commit 3a15bda
Show file tree
Hide file tree
Showing 296 changed files with 1,907 additions and 2,608 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.

12 changes: 6 additions & 6 deletions docs/accessListApiKey.go.md

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

Loading

0 comments on commit 3a15bda

Please sign in to comment.