Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jaescalo committed May 27, 2024
1 parent b899ec9 commit 36858d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/akamai_pm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ jobs:
# Get any values required by TF. For example key ID stored in Akamai Cloud Access Manager
- name: Get CAM key GUID
run: |
ls -l
export CAM_KEY_ID=$(grep 'cam_key_id' environments/$ENV.tfvars | awk -F'"' '{print $2}')
# Get the latest active in production CAM key GUID.
cat environments/dev.tfvars
cat environments/$ENV.tfvars
echo -e "\n$(python3 ./scripts/ak_get_cam_key_guid.py $CAM_KEY_ID)" >> environments/$ENV.tfvars
- name: Setup Terraform
Expand Down

0 comments on commit 36858d2

Please sign in to comment.