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 f5a4e4e commit babfd75Copy full SHA for babfd75
modules/terminate-agent-hook/main.tf
@@ -11,7 +11,7 @@ locals {
11
data "archive_file" "terminate_runner_instances_lambda" {
12
type = "zip"
13
source_file = "${path.module}/lambda/terminate_runners.py"
14
- output_path = "builds/lambda_function_${local.source_sha256}.zip"
+ output_path = "${path.module}/builds/${var.environment}/${var.name}/terminate-agent-hook_${local.source_sha256}.zip"
15
output_file_mode = "0666"
16
}
17
0 commit comments