Skip to content

Commit

Permalink
chore: update aws in example
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Aug 24, 2022
1 parent c8bd3b1 commit 0e1a068
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/typescript/backends/s3/cdktf.json
@@ -1,5 +1,7 @@
{
"language": "typescript",
"app": "npx ts-node main.ts",
"terraformProviders": []
"terraformProviders": [
"aws@~> 4.0"
]
}

0 comments on commit 0e1a068

Please sign in to comment.