Skip to content

Commit

Permalink
feat!: update CDKTF version to 0.19.0 (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
team-tf-cdk committed Oct 17, 2023
1 parent 19a1913 commit 79ed2bc
Show file tree
Hide file tree
Showing 114 changed files with 8,883 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: "cyrilgdn/postgresql@~> 1.14",
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/dataPostgresqlSchemas.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/dataPostgresqlSchemas.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/dataPostgresqlSchemas.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/dataPostgresqlSchemas.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/dataPostgresqlSchemas.typescript.md

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

Loading

0 comments on commit 79ed2bc

Please sign in to comment.