This is based on the provided examples for Azure
Install project dependencies
yarn installGenerate CDK for Azure constructs used in the project.
yarn generateYou can now edit the index.ts file if you want to modify any code.
Make sure to run az login on the shell where this will run. Alternatively, put client id and secret in configuration for automation scenarios.
Generate Azure Temlate configuration
yarn build
node index.jsThe above command will create a folder called cdktf.out that contains all Terraform JSON configuration that was generated.
See changes armkit diff and deploy via armkit deploy.
When you're done run armkit destroy.