Skip to content

Commit

Permalink
another approach to shortening it
Browse files Browse the repository at this point in the history
  • Loading branch information
eschultink committed Mar 14, 2024
1 parent f8f3a3d commit 14f2fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
id: terraform_apply
working-directory: examples/basic
run: |
RESOURCE_PREFIX=$(echo -n "${{ matrix.terraform_version }}_${{ env.timestamp}}" | openssl dgst -sha1 | openssl base64)
RESOURCE_PREFIX=$(echo -n "${{ matrix.terraform_version }}_${{ env.timestamp}}" | sha1sum | cut -c1-12)
terraform init
terraform apply -auto-approve \
-var="aws_account_id=${{ env.AWS_ACCOUNT_ID }}" \
Expand Down

0 comments on commit 14f2fe1

Please sign in to comment.