Skip to content

Commit 410cbf7

Browse files
chore: update lambda from philips labs
1 parent cb84769 commit 410cbf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/platform/ec2_deployment

modules/platform/ec2_deployment/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ data "aws_subnet" "runner_subnet" {
3434
}
3535

3636
data "external" "download_lambdas" {
37-
program = ["bash", "${path.module}/scripts/download_lambdas.sh", "/tmp/${var.runner_configs.prefix}/", "v7.4.0"]
37+
program = ["bash", "${path.module}/scripts/download_lambdas.sh", "/tmp/${var.runner_configs.prefix}/", "v7.5.0"]
3838
}
3939

4040

0 commit comments

Comments
 (0)