Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
chore(deps): update terraform googlecloudplatform/sql-db/google to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 253fd5c commit 88b3889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/mysql/mysql.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "random_shuffle" "zone" {
module "mysql-db" {
#checkov:skip=CKV_TF_1:Ensure Terraform module sources use a commit hash
source = "GoogleCloudPlatform/sql-db/google//modules/mysql"
version = "23.0.0"
version = "24.0.1"

name = var.name # Mandatory
random_instance_name = true
Expand Down
2 changes: 1 addition & 1 deletion modules/postgresql/postgresql.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module "postgresql-db" {
# Skipped because it doesn't need to be an option in the module below.
#checkov:skip=CKV_TF_1:Ensure Terraform module sources use a commit hash
source = "GoogleCloudPlatform/sql-db/google//modules/postgresql"
version = "23.0.0"
version = "24.0.1"

name = var.name # Mandatory
random_instance_name = true
Expand Down

0 comments on commit 88b3889

Please sign in to comment.