mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-25 09:14:01 -04:00
backport of commit d6d2be86fb
This commit is contained in:
@@ -201,7 +201,7 @@ build.
|
||||
|
||||
#!/bin/bash
|
||||
|
||||
AMI_ID=$(jq -r '.builds[-1].artifact_id | split(": ") | .[1]' manifest.json)
|
||||
AMI_ID=$(jq -r '.builds[-1].artifact_id | split(":") | .[1]' manifest.json)
|
||||
echo $AMI_ID
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user