Skip to content

Commit

Permalink
Bump shapely version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmannarino committed Jul 25, 2024
1 parent b225e92 commit 5a613a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/lambdas.tf
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ resource "aws_lambda_function" "preprocessing" {
layers = [
module.lambda_layers.raster_analysis_arn,
data.terraform_remote_state.lambda-layers.outputs.py310_pandas_214_arn,
data.terraform_remote_state.lambda-layers.outputs.py310_shapely_185_arn
data.terraform_remote_state.lambda-layers.outputs.py310_shapely_205_arn
]

tracing_config {
Expand Down

0 comments on commit 5a613a3

Please sign in to comment.