Skip to content

Commit

Permalink
fix: add output type for project_services
Browse files Browse the repository at this point in the history
  • Loading branch information
q2w committed Dec 3, 2024
1 parent 3d53cd3 commit ed2cbd5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/project_services/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed2cbd5

Please sign in to comment.