Skip to content

Commit

Permalink
feat!: update CDKTF version to 0.19.0 (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
team-tf-cdk committed Oct 17, 2023
1 parent 92ff31d commit 6916a34
Show file tree
Hide file tree
Showing 18 changed files with 569 additions and 77 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-close-community-issues.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/auto-close-community-prs.yml

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

6 changes: 3 additions & 3 deletions .projen/deps.json

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

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { CdktfProviderProject } = require("@cdktf/provider-project");
const project = new CdktfProviderProject({
useCustomGithubRunner: false,
terraformProvider: "external@~> 2.1",
cdktfVersion: "^0.18.0",
cdktfVersion: "^0.19.0",
constructsVersion: "^10.0.0",
minNodeVersion: "18.12.0",
jsiiVersion: "^5.0.1",
Expand Down
45 changes: 45 additions & 0 deletions docs/dataExternal.csharp.md

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

45 changes: 45 additions & 0 deletions docs/dataExternal.go.md

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

45 changes: 45 additions & 0 deletions docs/dataExternal.java.md

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

50 changes: 50 additions & 0 deletions docs/dataExternal.python.md

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

45 changes: 45 additions & 0 deletions docs/dataExternal.typescript.md

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

0 comments on commit 6916a34

Please sign in to comment.