File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,11 @@ spec:
106
106
version : " >= 0.14"
107
107
spec :
108
108
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
109
114
outputs :
110
115
- name : application_id
111
116
description : The apphub application id in format projects/{{project}}/locations/{{location}}/applications/{{application_id}}
@@ -114,19 +119,20 @@ spec:
114
119
description : The list of service ids registered with application.
115
120
type :
116
121
- list
117
- - - string
122
+ - string
118
123
- name : workload_ids
119
124
description : The list of workload ids registered with application.
120
125
type :
121
126
- list
122
- - - string
127
+ - string
123
128
requirements :
124
129
roles :
125
130
- level : Project
126
131
roles :
127
132
- roles/owner
128
133
services :
129
134
- apphub.googleapis.com
135
+ - serviceusage.googleapis.com
130
136
providerVersions :
131
137
- source : hashicorp/google
132
138
version : " >= 3.53, < 6"
You can’t perform that action at this time.
0 commit comments