turbot/steampipe-plugin-gcp

Column `id` shows incorrect value where column type is `Type: proto.ColumnType_DOUBLE`

karanpopat opened this issue · 0 comments

Describe the bug
Column id shows incorrect value where column type is Type: proto.ColumnType_DOUBLE
Tables :
gcp_compute_instance_template
gcp_compute_network
gcp_compute_target_https_proxy
gcp_compute_target_pool

Steampipe CLI output

> select id, name from gcp_compute_instance_template
+---------------------+-----------------------------------------------------+
| id                  | name                                                |
+---------------------+-----------------------------------------------------+
| 7238835869234811000 | delete-5jan-rk-instance-group-1-instance-template-1 |
+---------------------+-----------------------------------------------------+

Gcloud CLI output

gcloud compute instance-templates describe delete-5jan-rk-instance-group-1-instance-template-1
creationTimestamp: '2023-01-04T04:19:10.800-08:00'
description: ''
id: '7238835869234810961'
kind: compute#instanceTemplate