Skip to content

Commit

Permalink
chore: upgrade pre-built providers for CDKTF 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarm committed Jan 10, 2024
1 parent 410aa24 commit 306e1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hybrid-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export class HybridModule extends JsiiProject {
this.setScript("terraform:test", "./scripts/tf-module-test.sh");

// Module Entrypoint
this.addDeps("@cdktf/tf-module-stack@>=4.0.0");
this.addDeps("@cdktf/tf-module-stack@>=5.0.0");
const moduleDocs = `
# My Awesome Module
Expand Down

0 comments on commit 306e1ba

Please sign in to comment.