Skip to content

Commit 8b444f7

Browse files
chore(deps): Update Terraform GoogleCloudPlatform/sql-db/google to v20 (#203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5901c46 commit 8b444f7

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

0 commit comments

Comments
 (0)