Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/memorystore/go…
Browse files Browse the repository at this point in the history
…ogle to v12
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent da4838d commit 7d92271
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/basic/memorystore.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "memorystore" {
source = "terraform-google-modules/memorystore/google"
version = "~> 11.0"
version = "~> 12.0"

name = "memorystore"
project_id = "memorystore"
Expand Down
2 changes: 1 addition & 1 deletion examples/memcache/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module "private-service-access" {

module "memcache" {
source = "terraform-google-modules/memorystore/google//modules/memcache"
version = "~> 11.0"
version = "~> 12.0"

name = "example-memcache"
project_id = var.project_id
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "memstore" {
source = "terraform-google-modules/memorystore/google"
version = "~> 11.0"
version = "~> 12.0"

name = "test-minimal"
project_id = var.project_id
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module "enable_apis" {

module "redis_cluster" {
source = "terraform-google-modules/memorystore/google//modules/redis-cluster"
version = "~> 11.0"
version = "~> 12.0"

name = "test-redis-cluster"
project_id = var.project_id
Expand Down
2 changes: 1 addition & 1 deletion examples/redis/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "memstore" {
source = "terraform-google-modules/memorystore/google"
version = "~> 11.0"
version = "~> 12.0"

name = "test-redis"

Expand Down
2 changes: 1 addition & 1 deletion examples/valkey/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module "enable_apis" {

module "valkey_cluster" {
source = "terraform-google-modules/memorystore/google//modules/valkey"
version = "~> 11.0"
version = "~> 12.0"


instance_id = "test-valkey-cluster"
Expand Down

0 comments on commit 7d92271

Please sign in to comment.