Merge pull request #12977 from hashicorp/backport/patch-1/steadily-pumped-lark

This pull request was automerged via backport-assistant
release/1.10.x
hc-github-team-packer 2 years ago committed by GitHub
commit 50f85dd980
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -201,7 +201,7 @@ build.
#!/bin/bash
AMI_ID=$(jq -r '.builds[-1].artifact_id' manifest.json | cut -d ":" -f2)
AMI_ID=$(jq -r '.builds[-1].artifact_id | split(":") | .[1]' manifest.json)
echo $AMI_ID
```

Loading…
Cancel
Save