Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions modules/mysql/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ spec:
version: ">= 0.14"
spec:
outputExpr: "{\"id\": service_account_id.id, \"email\": service_account_id.email, \"type\": \"CLOUD_IAM_SERVICE_ACCOUNT\"}"
- source:
source: github.com/terraform-google-modules/terraform-google-vm//modules/instance_template
version: ">= 13.2.0"
spec:
outputExpr: "{\"id\": service_account_info.id, \"email\": service_account_info.email, \"type\": \"CLOUD_IAM_SERVICE_ACCOUNT\"}"
- name: random_instance_name
description: Sets random suffix at the end of the Cloud SQL resource name
varType: bool
Expand Down
5 changes: 5 additions & 0 deletions modules/postgresql/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,11 @@ spec:
version: ">= 0.14"
spec:
outputExpr: "{\"id\": service_account_id.id, \"email\": service_account_id.email, \"type\": \"CLOUD_IAM_SERVICE_ACCOUNT\"}"
- source:
source: github.com/terraform-google-modules/terraform-google-vm//modules/instance_template
version: ">= 13.2.0"
spec:
outputExpr: "{\"id\": service_account_info.id, \"email\": service_account_info.email, \"type\": \"CLOUD_IAM_SERVICE_ACCOUNT\"}"
- name: create_timeout
description: The optional timout that is applied to limit long database creates.
varType: string
Expand Down
Loading