Skip to content

Commit

Permalink
chore: Add zone for GCP provider
Browse files Browse the repository at this point in the history
  • Loading branch information
avitova authored and lzap committed Oct 19, 2023
1 parent f17ad2c commit ecaa8c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ objects:
d.detail -> 'instance_size' as type,
d.detail -> 'location' as region,
d.detail -> 'amount' as amount,
'' as template
null as template
from reservations r
join azure_reservation_details d on r.id = d.reservation_id
join accounts a on r.account_id = a.id
Expand All @@ -497,6 +497,7 @@ objects:
d.source_id,
d.image_id,
d.detail -> 'machine_type' as type,
d.detail -> 'zone' as region,
d.detail -> 'amount' as amount,
d.detail -> 'launch_template_id' as template
from reservations r
Expand Down

0 comments on commit ecaa8c2

Please sign in to comment.