We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2532d81 commit 37b5e25Copy full SHA for 37b5e25
data.tf
@@ -4,7 +4,7 @@ data "archive_file" "this" {
4
5
type = "zip"
6
source_file = "${path.module}/lambdas/bin/${each.key}"
7
- output_path = "${path.module}/archive/${each.key}.zip"
+ output_path = "${path.module}/lambdas/archive/${each.key}.zip"
8
}
9
10
data "aws_iam_policy_document" "this" {
0 commit comments