We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it mandatory to have HCP_CLIENT_ID for the build to succeed? It builds fine in my laptop but not in the Github Action. Why?
packer build should succeed.
+ packer init main.pkr.hcl Installed plugin github.com/hashicorp/amazon v1.2.6 in "/home/runner/.config/packer/plugins/github.com/hashicorp/amazon/packer-plugin-amazon_v1.2.6_x5.0_linux_amd64" + packer build main.pkr.hcl Error: Process completed with exit code 1.
jobs: packer: runs-on: ubuntu-latest name: Run Packer steps: - name: Checkout uses: actions/checkout@v3 - name: Setup `packer` uses: hashicorp/setup-packer@main with: version: ${{ env.PACKER_VERSION }} - name: Build Image id: build run: | set -ex packer init $IMAGE_NAME.pkr.hcl packer build $IMAGE_NAME.pkr.hcl
see above
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is it mandatory to have HCP_CLIENT_ID for the build to succeed? It builds fine in my laptop but not in the Github Action. Why?
Expected Behavior
packer build should succeed.
Current Behavior
Steps to Reproduce
Environment
see above
The text was updated successfully, but these errors were encountered: