A simple example for the Vault provider
In order to use this for development, it's the easiest to use the Docker vault image:
yarn install
yarn docker:run
yarn docker:token # returns the Root Vault token
Set that token in the provider config in main.ts
cdktf get
cdktf deploy
yarn docker:stop