Skip to content

Commit 6e4af59

Browse files
chore(deps): Update Terraform GoogleCloudPlatform/sql-db/google to v26
1 parent 17848b1 commit 6e4af59

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 = "~> 23.0"
19+
version = "~> 26.0"
2020
project_id = var.project_id
2121
vpc_network = module.test-vpc-module.network_name
2222
depends_on = [

0 commit comments

Comments
 (0)