Skip to content

Commit

Permalink
chore(deps): Update TF modules (major) (#181)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 30, 2023
1 parent a0a8be0 commit 49454d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/memcache/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "private-service-access" {
source = "GoogleCloudPlatform/sql-db/google//modules/private_service_access"
version = "~> 16.0"
version = "~> 17.0"
project_id = var.project_id
vpc_network = module.test-vpc-module.network_name
depends_on = [
Expand Down
2 changes: 1 addition & 1 deletion examples/memcache/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "test-vpc-module" {
source = "terraform-google-modules/network/google"
version = "~> 7.0"
version = "~> 8.0"
project_id = var.project_id
network_name = "test-net"
mtu = 1460
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "test-vpc-module" {
source = "terraform-google-modules/network/google"
version = "~> 7.0"
version = "~> 8.0"
project_id = var.project_id
network_name = "test-net-minimal"
mtu = 1460
Expand Down
2 changes: 1 addition & 1 deletion examples/redis/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "test-vpc-module" {
source = "terraform-google-modules/network/google"
version = "~> 7.0"
version = "~> 8.0"
project_id = var.project_id
network_name = "test-net-redis"
mtu = 1460
Expand Down

0 comments on commit 49454d3

Please sign in to comment.