Skip to content

Commit

Permalink
output path missing from filename
Browse files Browse the repository at this point in the history
  • Loading branch information
haitchison committed Dec 19, 2023
1 parent a14cf45 commit 5166dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit-test/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module "lambda_function_in_vpc" {
application_name = local.application_name
description = "lambda function provisioned within a vpc test"
package_type = "Zip"
filename = data.archive_file.lambda-zip
filename = data.archive_file.lambda-zip.output_path
source_code_hash = data.archive_file.lambda-zip.output_base64sha256
tags = local.tags
function_name = "lambda-function-in-vpc-test"
Expand Down

0 comments on commit 5166dff

Please sign in to comment.