Skip to content

Commit 15a628a

Browse files
authored
fix: update metadata (#12)
1 parent 6e322a3 commit 15a628a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎metadata.yaml

+8-2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ spec:
106106
version: ">= 0.14"
107107
spec:
108108
outputExpr: apphub_service_uri
109+
- source:
110+
source: github.com/terraform-google-modules/terraform-google-vm//modules/mig
111+
version: ">= 12.1.2"
112+
spec:
113+
outputExpr: apphub_service_uri
109114
outputs:
110115
- name: application_id
111116
description: The apphub application id in format projects/{{project}}/locations/{{location}}/applications/{{application_id}}
@@ -114,19 +119,20 @@ spec:
114119
description: The list of service ids registered with application.
115120
type:
116121
- list
117-
- - string
122+
- string
118123
- name: workload_ids
119124
description: The list of workload ids registered with application.
120125
type:
121126
- list
122-
- - string
127+
- string
123128
requirements:
124129
roles:
125130
- level: Project
126131
roles:
127132
- roles/owner
128133
services:
129134
- apphub.googleapis.com
135+
- serviceusage.googleapis.com
130136
providerVersions:
131137
- source: hashicorp/google
132138
version: ">= 3.53, < 6"

0 commit comments

Comments
 (0)