Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKotowick committed Mar 17, 2022
1 parent e177134 commit 2fcdb81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ module "lambda-shell-resource" {
lambda_shell_module = module.lambda-shell
// Run the command using the Python interpreter
// This is the path to it in Python3.9 (which the lambda-shell module uses)
interpreter = ["/var/lang/bin/python3.9"]
interpreter = ["python3"]
// Load the command/script from a file
command = file("describe-regions.py")
// Cause Terraform to fail if the command returns a non-zero exit code
Expand Down

0 comments on commit 2fcdb81

Please # to comment.