loganlinn / terraform-cdk-clojure-example

A working example of using terraform-cdk and Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-cdk-clojure-example

This is a proof-of-concept for using Terraform CDK with Clojure.

Notes

Use the cdktf CLI to download & generate Java sources based on cdktf.json:

npx -p cdktf-cli cdktf get

Compile the Java sources:

clj -T:build compile

Synthesize the example stack:

clj -X cdktf-azure-example/synth

Refer to deps.edn.

About

A working example of using terraform-cdk and Clojure


Languages

Language:Clojure 100.0%