Skip to content

Commit

Permalink
chore: Show image_ids in floorist
Browse files Browse the repository at this point in the history
  • Loading branch information
avitova authored and ezr-ondrej committed Oct 3, 2023
1 parent 3a5cf3f commit d789844
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit d789844

Please sign in to comment.