Skip to content

Commit

Permalink
fix: bump required google provider to 5.6 for postgres (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykyr committed Feb 13, 2024
1 parent 5ecae88 commit 0d3b434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/postgresql/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ terraform {
}
google = {
source = "hashicorp/google"
version = ">= 4.80.0, < 6"
version = ">= 5.6, < 6"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.80.0, < 6"
version = ">= 5.6, < 6"
}
}

Expand Down

0 comments on commit 0d3b434

Please sign in to comment.