Skip to content

Commit 8cb3a03

Browse files
authored
fix: update connection metadata (#668)
1 parent 4a536d4 commit 8cb3a03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/mysql/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ spec:
344344
outputExpr: account_details
345345
- source:
346346
source: github.com/GoogleCloudPlatform/terraform-google-cloud-run//modules/v2
347-
version: ~> 0.13
347+
version: ">= 0.14"
348348
spec:
349349
outputExpr: service_account_id
350350
- name: create_timeout

modules/postgresql/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ spec:
324324
outputExpr: account_details
325325
- source:
326326
source: github.com/GoogleCloudPlatform/terraform-google-cloud-run//modules/v2
327-
version: ~> 0.13
327+
version: ">= 0.14"
328328
spec:
329329
outputExpr: service_account_id
330330
- name: create_timeout

0 commit comments

Comments
 (0)