Skip to content

Commit

Permalink
chore: Update connection metadata (GoogleCloudPlatform#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
q2w authored Oct 15, 2024
1 parent cb576a8 commit 4d0ced2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions modules/v2/metadata.display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,7 @@ spec:
vpc_access:
name: vpc_access
title: Vpc Access
runtime:
outputs:
service_uri:
visibility: VISIBILITY_ROOT
24 changes: 12 additions & 12 deletions modules/v2/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ spec:
connections:
- source:
source: github.com/terraform-google-modules/terraform-google-network//modules/vpc-serverless-connector-beta
version: v9.1.0
version: "~> 9.1.0"
spec:
outputExpr: connector_ids
inputPath: connector
Expand All @@ -159,7 +159,7 @@ spec:
connections:
- source:
source: github.com/terraform-google-modules/terraform-google-service-accounts//modules/simple-sa
version: v4.2.3
version: "~> 4.3.0"
spec:
outputExpr: email
- name: encryption_key
Expand Down Expand Up @@ -210,19 +210,19 @@ spec:
connections:
- source:
source: github.com/terraform-google-modules/terraform-google-sql-db//modules/postgresql
version: v21.0.0
version: "~> 21.0.0"
spec:
outputExpr: instance_connection_name
inputPath: cloud_sql_instance.instances
- source:
source: github.com/terraform-google-modules/terraform-google-sql-db//modules/mysql
version: v21.0.1
version: "~> 22.0.0"
spec:
outputExpr: instance_connection_name
inputPath: cloud_sql_instance.instances
- source:
source: github.com/terraform-google-modules/terraform-google-cloud-storage//modules/simple_bucket
version: v6.1.0
version: "~> 6.1.0"
spec:
outputExpr: name
inputPath: gcs.bucket
Expand Down Expand Up @@ -301,33 +301,33 @@ spec:
connections:
- source:
source: github.com/terraform-google-modules/terraform-google-memorystore
version: v10.0.0
version: "~> 10.0.0"
spec:
outputExpr: env_vars
inputPath: env_vars
- source:
source: github.com/terraform-google-modules/terraform-google-sql-db//modules/postgresql
version: v21.0.0
version: "~> 21.0.0"
spec:
outputExpr: env_vars
inputPath: env_vars
- source:
source: github.com/terraform-google-modules/terraform-google-sql-db//modules/mysql
version: v21.0.1
version: "~> 22.0.0"
spec:
outputExpr: env_vars
inputPath: env_vars
- source:
source: github.com/terraform-google-modules/terraform-google-service-accounts//modules/simple-sa
version: v4.2.3
version: "~> 4.3.0"
spec:
outputExpr: env_vars
inputPath: env_vars
- source:
source: github.com/GoogleCloudPlatform/terraform-google-cloud-run///modules/v2
version: v0.12.0
source: github.com/GoogleCloudPlatform/terraform-google-cloud-run//modules/v2
version: "~> 0.12.0"
spec:
outputExpr: "{ \"SERVICE_ENDPOINT\": service_uri }"
outputExpr: '{"SERVICE_ENDPOINT": service_uri}'
inputPath: env_vars
- name: members
description: Users/SAs to be given invoker access to the service
Expand Down

0 comments on commit 4d0ced2

Please sign in to comment.