Skip to content

Commit 4c2c26a

Browse files
authored
fix: add output type in metadata for project_services module (#959)
1 parent 3d53cd3 commit 4c2c26a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/project_services/metadata.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,17 @@ spec:
8989
outputs:
9090
- name: enabled_api_identities
9191
description: Enabled API identities in the project
92+
type:
93+
- map
94+
- string
9295
- name: enabled_apis
9396
description: Enabled APIs in the project
97+
type:
98+
- list
99+
- string
94100
- name: project_id
95101
description: The GCP project you want to enable APIs on
102+
type: string
96103
requirements:
97104
roles:
98105
- level: Project

0 commit comments

Comments
 (0)