Skip to content

Commit 8e018cc

Browse files
committed
Specify python3
1 parent 340e698 commit 8e018cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
data "external" "lambda_archive" {
2-
program = ["python", "${path.module}/scripts/build_lambda.py"]
2+
program = ["python3", "${path.module}/scripts/build_lambda.py"]
33
query = {
44
src_dir = "${var.src_dir}"
55
output_path = "${var.output_path}"

0 commit comments

Comments
 (0)