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 v9 (terraform-google-modules#216)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 8b444f7 commit d152655
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = "~> 8.0"
version = "~> 9.0"

name = "memorystore"
project = "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 = "~> 8.0"
version = "~> 9.0"

name = "example-memcache"
project = 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 = "~> 8.0"
version = "~> 9.0"

name = "test-minimal"
project = 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 = "~> 8.0"
version = "~> 9.0"

name = "test-redis"

Expand Down

0 comments on commit d152655

Please sign in to comment.