Skip to content

Commit

Permalink
upgrade python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankkom-dev committed Feb 13, 2024
1 parent 00a2419 commit 49d5eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/flash_lambda/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "null_resource" "poetry_dependecy_copy" {
}

provisioner "local-exec" {
command = "mkdir -p ${path.module}/${var.lambda_deploy}/python && cp -r ${path.module}/../../${var.site_packages_path}/lib/python3.10/site-packages/* ${path.module}/${var.lambda_deploy}/python"
command = "mkdir -p ${path.module}/${var.lambda_deploy}/python && cp -r ${path.module}/../../${var.site_packages_path}/lib/python3.12/site-packages/* ${path.module}/${var.lambda_deploy}/python"
}
}

Expand Down

0 comments on commit 49d5eea

Please sign in to comment.