image: add version and debug field to lookup table (#682)

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2022-12-01 11:51:33 +01:00 committed by GitHub
parent e67f65709f
commit 8004edcc14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 70 additions and 20 deletions

View file

@ -92,6 +92,8 @@ s3://<BUCKET-NAME>/constellation/v1/images/<IMAGE-VERSION-UID>.json
```json
{
"version": "<IMAGE-VERSION-UID>",
"debug": true,
"aws": {
"us-east-1": "ami-123",
"us-west-2": "ami-456",