From d789844ff36b5548281336708f6f04258769b930 Mon Sep 17 00:00:00 2001 From: Anna Vitova Date: Tue, 3 Oct 2023 14:43:26 +0200 Subject: [PATCH] chore: Show image_ids in floorist --- deploy/clowdapp.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/clowdapp.yaml b/deploy/clowdapp.yaml index 59e3d42c..7dc4f467 100644 --- a/deploy/clowdapp.yaml +++ b/deploy/clowdapp.yaml @@ -450,6 +450,7 @@ objects: a.account_number, a.org_id, d.source_id, + d.image_id, d.detail -> 'instance_type' as type, d.detail -> 'region' as region, d.detail -> 'amount' as amount, @@ -471,6 +472,7 @@ objects: a.account_number, a.org_id, d.source_id, + d.image_id, d.detail -> 'instance_size' as type, d.detail -> 'location' as region, d.detail -> 'amount' as amount,