Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCulloh committed Sep 11, 2023
1 parent bdd8115 commit a1cd61d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions libs/wingsdk/.projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ const JSII_DEPS = ["constructs@~10.2.69"];
const CDKTF_VERSION = "0.17.0";

const CDKTF_PROVIDERS = [
"random@~>3.5.1",
"google@~>4.63.1",
"aws@~>4.65.0",
"random@~>3.5.1",
"azurerm@~>3.54.0",
"google@~>4.63.1",
];

const PUBLIC_MODULES = ["std", "http", "util", "aws", "ex"];
Expand Down
6 changes: 3 additions & 3 deletions libs/wingsdk/cdktf.json

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

0 comments on commit a1cd61d

Please sign in to comment.