Skip to content

Commit

Permalink
chore: update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
q2w committed Nov 7, 2024
1 parent 0d79543 commit 128bf63
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
4 changes: 2 additions & 2 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,6 @@ spec:
- cloudbilling.googleapis.com
providerVersions:
- source: hashicorp/google
version: < 6
version: < 7
- source: hashicorp/google-beta
version: < 6
version: < 7
36 changes: 20 additions & 16 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: "~> 9.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: "~> 4.3.0"
version: ~> 4.4
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: "~> 21.0.0"
version: ~> 23.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: "~> 22.0.0"
version: ~> 23.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: "~> 6.1.0"
version: ~> 8.0
spec:
outputExpr: name
inputPath: gcs.bucket
Expand Down Expand Up @@ -301,31 +301,31 @@ spec:
connections:
- source:
source: github.com/terraform-google-modules/terraform-google-memorystore
version: "~> 10.0.0"
version: ~> 12.0
spec:
outputExpr: env_vars
outputExpr: '{"REDIS_HOST": host, "REDIS_PORT": env_vars.REDIS_PORT}'
inputPath: env_vars
- source:
source: github.com/terraform-google-modules/terraform-google-sql-db//modules/postgresql
version: "~> 21.0.0"
version: ~> 23.0
spec:
outputExpr: env_vars
outputExpr: '{"CLOUD_SQL_DATABASE_HOST" : instance_first_ip_address, "CLOUD_SQL_DATABASE_CONNECTION_NAME" : instance_connection_name, "CLOUD_SQL_DATABASE_NAME" : env_vars.CLOUD_SQL_DATABASE_NAME}'
inputPath: env_vars
- source:
source: github.com/terraform-google-modules/terraform-google-sql-db//modules/mysql
version: "~> 22.0.0"
version: ~> 23.0
spec:
outputExpr: env_vars
outputExpr: '{"CLOUD_SQL_DATABASE_HOST" : instance_first_ip_address, "CLOUD_SQL_DATABASE_CONNECTION_NAME" : instance_connection_name, "CLOUD_SQL_DATABASE_NAME" : env_vars.CLOUD_SQL_DATABASE_NAME}'
inputPath: env_vars
- source:
source: github.com/terraform-google-modules/terraform-google-service-accounts//modules/simple-sa
version: "~> 4.3.0"
version: ~> 4.4
spec:
outputExpr: env_vars
outputExpr: '{"SERVICE_ACCOUNT_EMAIL" : email, "SERVICE_ACCOUNT_IAM_EMAIL" : iam_email}'
inputPath: env_vars
- source:
source: github.com/GoogleCloudPlatform/terraform-google-cloud-run//modules/v2
version: "~> 0.12.0"
version: ~> 0.13
spec:
outputExpr: '{"SERVICE_ENDPOINT": service_uri}'
inputPath: env_vars
Expand All @@ -341,6 +341,10 @@ spec:
description: Roles to grant to the newly created cloud run SA in specified project. Should be used with create_service_account set to true and no input for service_account
varType: list(string)
defaultValue: []
- name: cloud_run_deletion_protection
description: This field prevents Terraform from destroying or recreating the Cloud Run v2 Jobs and Services
varType: bool
defaultValue: true
outputs:
- name: apphub_service_uri
description: Service URI in CAIS style to be used by Apphub.
Expand Down Expand Up @@ -423,6 +427,6 @@ spec:
- cloudbilling.googleapis.com
providerVersions:
- source: hashicorp/google
version: < 6
version: < 7
- source: hashicorp/google-beta
version: < 6
version: < 7

0 comments on commit 128bf63

Please sign in to comment.