From 0e1a06803f681dcb6a453b8f0f0e2bc84b60a805 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Wed, 24 Aug 2022 10:57:28 +0200 Subject: [PATCH] chore: update aws in example --- examples/typescript/backends/s3/cdktf.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/typescript/backends/s3/cdktf.json b/examples/typescript/backends/s3/cdktf.json index 2198824b6e..29341ffaea 100644 --- a/examples/typescript/backends/s3/cdktf.json +++ b/examples/typescript/backends/s3/cdktf.json @@ -1,5 +1,7 @@ { "language": "typescript", "app": "npx ts-node main.ts", - "terraformProviders": [] + "terraformProviders": [ + "aws@~> 4.0" + ] } \ No newline at end of file