Skip to content

Commit a9adb8a

Browse files
feat(deps): Update Terraform google-beta to v7
1 parent 5c76c1e commit a9adb8a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/mssql/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ terraform {
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"
26-
version = ">= 5.12, < 7"
26+
version = ">= 5.12, < 8"
2727
}
2828
random = {
2929
source = "hashicorp/random"

modules/mysql/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ terraform {
3131
}
3232
google-beta = {
3333
source = "hashicorp/google-beta"
34-
version = ">= 6.31, < 7"
34+
version = ">= 6.31, < 8"
3535
}
3636
}
3737

modules/postgresql/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ terraform {
3131
}
3232
google-beta = {
3333
source = "hashicorp/google-beta"
34-
version = ">= 6.31, < 7"
34+
version = ">= 6.31, < 8"
3535
}
3636
}
3737

modules/private_service_access/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ terraform {
2727
}
2828
google-beta = {
2929
source = "hashicorp/google-beta"
30-
version = ">= 5.38, < 7"
30+
version = ">= 5.38, < 8"
3131
}
3232
}
3333

0 commit comments

Comments
 (0)