terragrunt-action icon indicating copy to clipboard operation
terragrunt-action copied to clipboard

Feat: (issue#48) Add option to install Python3 for projects using TF Lambda module

Open yiskaneto opened this issue 1 year ago • 4 comments

Description

Fixes https://github.com/gruntwork-io/terragrunt-action/issues/48

  • Added the following 2 non-required inputs to install Python3 for projects that need to use the AWS Lambda Terraform module:
    • tg_install_python_3
    • tg_python_version
  • The only version allowed at the moment are 3.10 and 3.11 which are the ones available on the package manager repository of the docker image.

Release Notes (draft)

Added / Removed / Updated [X].

Migration Guide

N/A

yiskaneto avatar Feb 09 '24 21:02 yiskaneto