Skip to content

Commit fd44237

Browse files
chore: update lambda from philips labs (#299)
1 parent 6711186 commit fd44237

File tree

1 file changed

+1
-1
lines changed
  • modules/platform/ec2_deployment

1 file changed

+1
-1
lines changed

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.1"]
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)