Skip to content

Commit

Permalink
Update connection metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
q2w committed Oct 14, 2024
1 parent e6d062b commit 5beb285
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions modules/mysql/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ spec:
connections:
- source:
source: github.com/terraform-google-modules/terraform-google-network//modules/vpc
version: v9.1.0
version: "~> 9.1.0"
spec:
outputExpr: network_id
inputPath: private_network
Expand Down Expand Up @@ -339,12 +339,12 @@ spec:
connections:
- source:
source: github.com/terraform-google-modules/terraform-google-service-accounts//modules/simple-sa
version: v4.3.0
version: "~> 4.3.0"
spec:
outputExpr: id
- source:
source: github.com/GoogleCloudPlatform/terraform-google-cloud-run//modules/v2
version: v0.13.0
version: "~> 0.13.0"
spec:
outputExpr: service_account_id
- name: create_timeout
Expand Down
6 changes: 3 additions & 3 deletions modules/postgresql/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ spec:
connections:
- source:
source: github.com/terraform-google-modules/terraform-google-network//modules/vpc
version: v9.1.0
version: "~> 9.1.0"
spec:
outputExpr: network_id
inputPath: private_network
Expand Down Expand Up @@ -319,12 +319,12 @@ spec:
connections:
- source:
source: github.com/terraform-google-modules/terraform-google-service-accounts//modules/simple-sa
version: v4.3.0
version: "~> 4.3.0"
spec:
outputExpr: id
- source:
source: github.com/GoogleCloudPlatform/terraform-google-cloud-run//modules/v2
version: v0.13.0
version: "~> 0.13.0"
spec:
outputExpr: service_account_id
- name: create_timeout
Expand Down

0 comments on commit 5beb285

Please sign in to comment.