diff --git a/libs/wingsdk/.projenrc.ts b/libs/wingsdk/.projenrc.ts index 70a0d1ec361..21660e15749 100644 --- a/libs/wingsdk/.projenrc.ts +++ b/libs/wingsdk/.projenrc.ts @@ -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"]; diff --git a/libs/wingsdk/cdktf.json b/libs/wingsdk/cdktf.json index d22457bb783..d1c0e6dd47f 100644 --- a/libs/wingsdk/cdktf.json +++ b/libs/wingsdk/cdktf.json @@ -2,10 +2,10 @@ "language": "typescript", "app": "echo noop", "terraformProviders": [ - "random@~>3.5.1", - "google@~>4.63.1", "aws@~>4.65.0", - "azurerm@~>3.54.0" + "random@~>3.5.1", + "azurerm@~>3.54.0", + "google@~>4.63.1" ], "codeMakerOutput": "src/.gen", "projectId": "93afdbfa-23ed-40cf-9ce4-495b3289c519",