Skip to content

Commit 0d3b434

Browse files
authored
fix: bump required google provider to 5.6 for postgres (#577)
1 parent 5ecae88 commit 0d3b434

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/postgresql/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ terraform {
2727
}
2828
google = {
2929
source = "hashicorp/google"
30-
version = ">= 4.80.0, < 6"
30+
version = ">= 5.6, < 6"
3131
}
3232
google-beta = {
3333
source = "hashicorp/google-beta"
34-
version = ">= 4.80.0, < 6"
34+
version = ">= 5.6, < 6"
3535
}
3636
}
3737

0 commit comments

Comments
 (0)