From 42c8c2d671e540a2c2e84d698b5392605c2819f3 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 14 Jan 2025 07:04:20 -0400 Subject: [PATCH] update root aws provider to improve speed --- cdktf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdktf.json b/cdktf.json index 75ce4ef..1bdaf61 100644 --- a/cdktf.json +++ b/cdktf.json @@ -3,7 +3,7 @@ "app": "deno run -A barrel.ts", "sendCrashReports": "false", "terraformProviders": [ - "aws@5.48.0", + "aws@5.83.1", "azurerm@3.102.0", "google@5.7.0", "helm@2.13.2",