From ed2cbd5aaf416c9cab844e0c785cf979cfed685a Mon Sep 17 00:00:00 2001 From: Abhishek Tiwari Date: Tue, 3 Dec 2024 12:19:33 +0000 Subject: [PATCH] fix: add output type for project_services --- modules/project_services/metadata.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/project_services/metadata.yaml b/modules/project_services/metadata.yaml index d193b905..f795ad2d 100644 --- a/modules/project_services/metadata.yaml +++ b/modules/project_services/metadata.yaml @@ -89,10 +89,17 @@ spec: outputs: - name: enabled_api_identities description: Enabled API identities in the project + type: + - map + - string - name: enabled_apis description: Enabled APIs in the project + type: + - list + - string - name: project_id description: The GCP project you want to enable APIs on + type: string requirements: roles: - level: Project