This is a proof-of-concept for using Terraform CDK with Clojure.
Use the cdktf CLI to download & generate Java sources based on cdktf.json:
npx -p cdktf-cli cdktf getCompile the Java sources:
clj -T:build compileSynthesize the example stack:
clj -X cdktf-azure-example/synthRefer to deps.edn.