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

https://github.com/johnfraney/cdktf-remote-template-python-poetry

A terraform-cdk CLI template for Python projects using Poetry for dependency management
https://github.com/johnfraney/cdktf-remote-template-python-poetry

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# cdktf-remote-template-python-poetry

A [terraform-cdk](https://github.com/hashicorp/terraform-cdk) CLI template for Python projects using [Poetry](https://python-poetry.org) for dependency management.

## Usage

Before starting a project with this template, make sure [Poetry](https://python-poetry.org/docs/#installation) 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:

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

Or a tag:

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