From ecaa8c256d439d655104f7fd862ff918e52b8acb Mon Sep 17 00:00:00 2001 From: Anna Vitova Date: Thu, 19 Oct 2023 10:00:52 +0200 Subject: [PATCH] chore: Add zone for GCP provider --- deploy/clowdapp.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/clowdapp.yaml b/deploy/clowdapp.yaml index 983b0891..8bc2dcc9 100644 --- a/deploy/clowdapp.yaml +++ b/deploy/clowdapp.yaml @@ -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 @@ -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