Skip to content

Commit 19e82c8

Browse files
chore(deps): Update Terraform terraform-google-modules/sql-db/google to v26 (#745)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5a28dec commit 19e82c8

File tree

1 file changed

+1
-1
lines changed
  • examples/mssql-failover-replica

1 file changed

+1
-1
lines changed

examples/mssql-failover-replica/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module "mssql1" {
5656

5757
module "mssql2" {
5858
source = "terraform-google-modules/sql-db/google//modules/mssql"
59-
version = "~> 25.0"
59+
version = "~> 26.0"
6060

6161
master_instance_name = module.mssql1.instance_name
6262

0 commit comments

Comments
 (0)