Skip to content

Commit

Permalink
Update connection source version
Browse files Browse the repository at this point in the history
  • Loading branch information
q2w committed Oct 22, 2024
1 parent dcddf4c commit 5f54ecf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion modules/instance_template/metadata.display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
access_config:
name: access_config
title: Access Config
alt_defaults:
altDefaults:
- type: ALTERNATE_TYPE_DC
value:
nat_ip: null
Expand Down
10 changes: 5 additions & 5 deletions modules/instance_template/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,22 +226,22 @@ spec:
connections:
- source:
source: github.com/terraform-google-modules/terraform-google-memorystore
version: "~> 10.0.0"
version: ~> 10.0
spec:
outputExpr: env_vars
- source:
source: github.com/terraform-google-modules/terraform-google-sql-db//modules/postgresql
version: "~> 21.0.0"
version: ~> 21.0
spec:
outputExpr: env_vars
- source:
source: github.com/terraform-google-modules/terraform-google-sql-db//modules/mysql
version: "~> 22.0.0"
version: ~> 22.0
spec:
outputExpr: env_vars
- source:
source: github.com/terraform-google-modules/terraform-google-service-accounts//modules/simple-sa
version: "~> 4.3.0"
version: ~> 4.3
spec:
outputExpr: env_vars
- name: min_cpu_platform
Expand Down Expand Up @@ -291,7 +291,7 @@ spec:
connections:
- source:
source: github.com/terraform-google-modules/terraform-google-service-accounts//modules/simple-sa
version: "~> 4.3.0"
version: ~> 4.3
spec:
outputExpr: email
inputPath: email
Expand Down
2 changes: 1 addition & 1 deletion modules/mig/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ spec:
connections:
- source:
source: github.com/terraform-google-modules/terraform-google-vm//modules/instance_template
version: "~> 12.0.0"
version: ~> 12.0
spec:
outputExpr: self_link
- name: labels
Expand Down

0 comments on commit 5f54ecf

Please sign in to comment.