Skip to content

Commit

Permalink
removing code
Browse files Browse the repository at this point in the history
  • Loading branch information
new23d committed Mar 6, 2024
1 parent 768044a commit d855194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/terraform-aws-ca-lambda/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data "archive_file" "lambda_source" {
}

data "archive_file" "lambda_zip" {
depends_on = [data.archive_file.lambda_source, null_resource.install_python_dependencies]
depends_on = [null_resource.install_python_dependencies]
type = "zip"
source_dir = "${path.module}/build/${local.file_name}"
output_path = "${path.module}/archive/${local.file_name}.zip"
Expand Down

0 comments on commit d855194

Please sign in to comment.