https://github.com/danielmschmidt/cdktf-construct-base
Setup for construct packages
https://github.com/danielmschmidt/cdktf-construct-base
Last synced: 12 months ago
JSON representation
Setup for construct packages
- Host: GitHub
- URL: https://github.com/danielmschmidt/cdktf-construct-base
- Owner: DanielMSchmidt
- License: mit
- Created: 2021-12-29T15:29:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T00:07:16.000Z (over 2 years ago)
- Last Synced: 2024-01-26T12:30:37.962Z (over 2 years ago)
- Language: TypeScript
- Size: 1.41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CDKTF Construct Base
This project has two parts:
1. A base class that I use in my projects to configure the CDKTF projen construct centrally. The auto-update will update settings once for all the cdktf construct projects I have, e.g. version updates.
2. A central cdktf application that federates deployment secrets across all the cdktf construct projects I have.
## Usage
Copy this project, edit the `.projenrc.js` to fit your preferences. Also, add your projects to the `projects.js` file. To bootstrap the projects Github Action run `yarn bootstrap-secrets`.
## Repositories managed
Take a look at the [projects.md](projects.md) file to find all projects under management.