You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some projects make use of the AWS Lambda Terraform module in which python3 is required. Currently if you try to use it the Terragrunt action returns:
│ Platform: linux
│ Program: "python3"
│ Error: exec: "python3": executable file not found in$PATH
Describe alternatives you've considered
We need to add some non-required inputs to allow installing python3, but we should install the available versions by the packer manager which at the moment of writing this those version are 3.10 and 3.11
Additional context
N/A
The text was updated successfully, but these errors were encountered:
yiskaneto
changed the title
Add option to install python3 if a projects uses a the terraform aws lambda module
Add option to install python3 if a projects uses the terraform aws lambda module
Feb 10, 2024
Describe the solution you'd like
Some projects make use of the AWS Lambda Terraform module in which python3 is required. Currently if you try to use it the Terragrunt action returns:
Describe alternatives you've considered
We need to add some non-required inputs to allow installing python3, but we should install the available versions by the packer manager which at the moment of writing this those version are 3.10 and 3.11
Additional context
N/A
The text was updated successfully, but these errors were encountered: