Skip to content

Commit da4838d

Browse files
chore(deps): Update Terraform GoogleCloudPlatform/sql-db/google to v23 (#248)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6c86994 commit da4838d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/memcache/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "private-service-access" {
1818
source = "GoogleCloudPlatform/sql-db/google//modules/private_service_access"
19-
version = "~> 22.0"
19+
version = "~> 23.0"
2020
project_id = var.project_id
2121
vpc_network = module.test-vpc-module.network_name
2222
depends_on = [

0 commit comments

Comments
 (0)