File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,11 @@ spec:
163163 version : " >= 0.14"
164164 spec :
165165 outputExpr : " {\" id\" : service_account_id.id, \" email\" : service_account_id.email, \" type\" : \" CLOUD_IAM_SERVICE_ACCOUNT\" }"
166+ - source :
167+ source : github.com/terraform-google-modules/terraform-google-vm//modules/instance_template
168+ version : " >= 13.2.0"
169+ spec :
170+ outputExpr : " {\" id\" : service_account_info.id, \" email\" : service_account_info.email, \" type\" : \" CLOUD_IAM_SERVICE_ACCOUNT\" }"
166171 - name : random_instance_name
167172 description : Sets random suffix at the end of the Cloud SQL resource name
168173 varType : bool
Original file line number Diff line number Diff line change @@ -353,6 +353,11 @@ spec:
353353 version : " >= 0.14"
354354 spec :
355355 outputExpr : " {\" id\" : service_account_id.id, \" email\" : service_account_id.email, \" type\" : \" CLOUD_IAM_SERVICE_ACCOUNT\" }"
356+ - source :
357+ source : github.com/terraform-google-modules/terraform-google-vm//modules/instance_template
358+ version : " >= 13.2.0"
359+ spec :
360+ outputExpr : " {\" id\" : service_account_info.id, \" email\" : service_account_info.email, \" type\" : \" CLOUD_IAM_SERVICE_ACCOUNT\" }"
356361 - name : create_timeout
357362 description : The optional timout that is applied to limit long database creates.
358363 varType : string
You can’t perform that action at this time.
0 commit comments