Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keidarcy/cdktf-bun-init
CDKTF quickstart with AWS example. Powered by Bun and Biome 🥮
https://github.com/keidarcy/cdktf-bun-init
biomejs bun cdk cdktf iac terraform
Last synced: about 1 month ago
JSON representation
CDKTF quickstart with AWS example. Powered by Bun and Biome 🥮
- Host: GitHub
- URL: https://github.com/keidarcy/cdktf-bun-init
- Owner: keidarcy
- License: mit
- Created: 2024-03-11T07:05:01.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-10-28T09:07:53.000Z (2 months ago)
- Last Synced: 2024-10-28T11:47:47.590Z (2 months ago)
- Topics: biomejs, bun, cdk, cdktf, iac, terraform
- Language: TypeScript
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cdktf-bun-init
[![CI Check](https://github.com/keidarcy/cdktf-bun-init/actions/workflows/ci.yml/badge.svg)](https://github.com/keidarcy/cdktf-bun-init/actions/workflows/ci.yml)
Minimal [cdktf](https://learn.hashicorp.com/tutorials/cdktf/get-started) setup alternative to `cdktf init --template=typescript --providers=--providers=@cdktf/provider-aws --local`, using [Bun](https://bun.sh/) and [Biome](https://biomejs.dev/).
## Prerequisites
- [Install Bun](https://bun.sh/docs/installation)
## Setup
Run `bun install` to install all dependencies.
## Plan & Apply
Plan: `bun run cdktf plan cdktf-stack`
Apply: `bun run cdktf apply cdktf-stack`
[Minimal cdk bun setup](https://github.com/keidarcy/cdk-bun-init)