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

https://github.com/mildronize/demo-azure-cdktf


https://github.com/mildronize/demo-azure-cdktf

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

Setup cdktf
```
npm install --global cdktf-cli@latest
```

Convert to Terraform (Synth)

```bash
pnpm synth
```

```bash
pnpm run deploy
```