Skip to content

Commit

Permalink
feat!: upgrade providers to CDKTF version 0.20.0 (#259)
Browse files Browse the repository at this point in the history
This PR upgrades CDKTF from version `0.19.0` to version `0.20.0` in the
prebuilt providers managed by this project.

Signed-off-by: team-tf-cdk <github-team-tf-cdk@hashicorp.com>
  • Loading branch information
team-tf-cdk committed Jan 10, 2024
1 parent b922263 commit 0c73357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projenrc.template.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: __CUSTOM_RUNNER__,
terraformProvider: "__PROVIDER__",
cdktfVersion: "^0.19.0",
cdktfVersion: "^0.20.0",
constructsVersion: "^10.3.0",
minNodeVersion: "18.12.0",
jsiiVersion: "~5.2.0",
Expand Down

0 comments on commit 0c73357

Please sign in to comment.