Skip to content

Commit

Permalink
Update packer.pkr.hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold authored and GitHub committed Apr 29, 2025
1 parent ec2b0da commit 3c3d1a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ source "docker" "lambda" {
}

build {
name = "eks-automation-lambda"
name = "template-automation-lambda"

sources = [
"source.docker.lambda"
]

provisioner "file" {
source = "./eks_automation/"
source = "./template_automation/"
destination = "/var/task"
}

Expand All @@ -55,4 +55,4 @@ build {
login_server = var.repository_uri
}
}
}
}

0 comments on commit 3c3d1a3

Please sign in to comment.