Skip to content

Commit

Permalink
chore!: upgrade to cdktf 0.19.0
Browse files Browse the repository at this point in the history
Signed-off-by: team-tf-cdk <[email protected]>
  • Loading branch information
team-tf-cdk committed Oct 17, 2023
1 parent 4287bda commit c63ee0b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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 .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const project = new ConstructLibraryCdktf({
},
},
minMajorVersion: 1,
cdktfVersion: "0.18.0",
cdktfVersion: "0.19.0",
description:
"A drop-in replacement for cdktf.TerraformStack that lets you define Terraform modules as constructs" /* The description is just a string that helps people understand the purpose of the package. */,
workflowGitIdentity: {
Expand Down Expand Up @@ -78,7 +78,7 @@ new AutoApprove(project);
new Automerge(project);
new UpgradeCDKTF(project);

project.addPeerDeps("cdktf@>=0.18.0", "constructs@^10.0.25");
project.addPeerDeps("cdktf@>=0.19.0", "constructs@^10.0.25");
project.addDevDeps(
"@cdktf/provider-null@>=8.0.0",
"@cdktf/provider-random@>=9.0.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json

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

8 changes: 4 additions & 4 deletions yarn.lock

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

0 comments on commit c63ee0b

Please sign in to comment.