We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17848b1 commit 6e4af59Copy full SHA for 6e4af59
examples/memcache/main.tf
@@ -16,7 +16,7 @@
16
17
module "private-service-access" {
18
source = "GoogleCloudPlatform/sql-db/google//modules/private_service_access"
19
- version = "~> 23.0"
+ version = "~> 26.0"
20
project_id = var.project_id
21
vpc_network = module.test-vpc-module.network_name
22
depends_on = [
0 commit comments