Skip to content

Commit

Permalink
Merge main branch into image-build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Apr 17, 2025
2 parents a9f581a + fb759b1 commit 2cee814
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
build:
runs-on: ubuntu-latest
env:
PACKER_GITHUB_API_TOKEN: ${{ secrets.GH_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ vars.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: us-east-1
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}

steps:
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion backend.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
terraform {
backend "gcs" {
bucket = "hpwe-terraform-state"
bucket = "hpw-terraform-state"
prefix = "eks-automation-lambda"
}
}
Expand Down
2 changes: 1 addition & 1 deletion packer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build {

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

provisioner "shell" {
Expand Down

0 comments on commit 2cee814

Please sign in to comment.