Skip to content

Commit

Permalink
chore(deps): Update Terraform GoogleCloudPlatform/sql-db/google to v20 (
Browse files Browse the repository at this point in the history
terraform-google-modules#203)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 5901c46 commit 8b444f7
Showing 1 changed file with 1 addition and 1 deletion.
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 = "~> 18.0"
version = "~> 20.0"
project_id = var.project_id
vpc_network = module.test-vpc-module.network_name
depends_on = [
Expand Down

0 comments on commit 8b444f7

Please sign in to comment.