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
- Host: GitHub
- URL: https://github.com/loganlinn/terraform-cdk-clojure-example
- Owner: loganlinn
- Created: 2022-02-15T19:46:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T20:55:05.000Z (over 3 years ago)
- Last Synced: 2025-03-15T04:54:59.946Z (7 months ago)
- Topics: cdktf, cdktf-template, clojure, deps-edn, terraform, terraform-cdk
- Language: Clojure
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).