Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to install python3 if a projects uses the terraform aws lambda module #48

Open
yiskaneto opened this issue Feb 9, 2024 · 1 comment · May be fixed by #49
Open

Add option to install python3 if a projects uses the terraform aws lambda module #48

yiskaneto opened this issue Feb 9, 2024 · 1 comment · May be fixed by #49
Labels
enhancement New feature or request

Comments

@yiskaneto
Copy link

yiskaneto commented Feb 9, 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:

│ 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

@yiskaneto
Copy link
Author

yiskaneto commented Feb 9, 2024

I added PR #49 to address this

@yiskaneto 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant