Skip to content

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

License

Notifications You must be signed in to change notification settings

menzenski/cdktf-remote-template-python-pdm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdktf-remote-template-python-pdm

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

This template was forked from https://github.com/johnfraney/cdktf-remote-template-python-poetry.

Usage

Before starting a project with this template, make sure PDM 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/menzenski/cdktf-remote-template-python-pdm/archive/refs/heads/main.zip" --local

Or a tag:

cdktf init --template="https://github.com/menzenski/cdktf-remote-template-python-pdm/archive/refs/tags/1.0.1.zip" --local

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.2%
  • Python 14.8%