https://github.com/mildronize/demo-azure-cdktf
https://github.com/mildronize/demo-azure-cdktf
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mildronize/demo-azure-cdktf
- Owner: mildronize
- Created: 2024-04-05T10:34:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T10:34:45.000Z (about 2 years ago)
- Last Synced: 2025-01-23T10:15:44.498Z (over 1 year ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```