diff --git a/plugins/inventory/gcp_compute.py b/plugins/inventory/gcp_compute.py index 65532ad..98fa28f 100644 --- a/plugins/inventory/gcp_compute.py +++ b/plugins/inventory/gcp_compute.py @@ -518,7 +518,7 @@ class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable): if 'projects' in projects_response: for item in projects_response.get('projects'): - projects.append(item['name']) + projects.append(item['projectId']) return projects def parse(self, inventory, loader, path, cache=True):