/cdktf-remote-template-python-poetry

A terraform-cdk CLI template for Python projects using Poetry for dependency management

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

cdktf-remote-template-python-poetry

A terraform-cdk CLI template for Python projects using Poetry for dependency management.

Usage

Before starting a project with this template, make sure Poetry is installed on your system.

Then, in the --template argument to cdktf init, include the URL to a .zip file of this project. The .zip file can either be a branch:

cdktf init --template="https://github.com/johnfraney/cdktf-remote-template-python-poetry/archive/refs/heads/main.zip" --local

Or a tag:

cdktf init --template="https://github.com/johnfraney/cdktf-remote-template-python-poetry/archive/refs/tags/v1.0.0.zip" --local