An open API service indexing awesome lists of open source software.

https://github.com/loganlinn/terraform-cdk-clojure-example

A working example of using terraform-cdk and Clojure
https://github.com/loganlinn/terraform-cdk-clojure-example

cdktf cdktf-template clojure deps-edn terraform terraform-cdk

Last synced: 7 months ago
JSON representation

A working example of using terraform-cdk and Clojure

Awesome Lists containing this project

README

          

# 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`](cdktf.json):

```shell
npx -p cdktf-cli cdktf get
```

Compile the Java sources:

```shell
clj -T:build compile
```

Synthesize the example stack:

```shell
clj -X cdktf-azure-example/synth
```

Refer to [`deps.edn`](deps.edn).