Skip to content

Commit

Permalink
chore: bump cyrilgdn/postgresql to 1.22.0 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
k3yss authored Jun 18, 2024
1 parent 22af1d7 commit 0b974ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/postgresql/gcp/database/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ terraform {
required_providers {
postgresql = {
source = "cyrilgdn/postgresql"
version = "1.19.0"
version = "1.22.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/postgresql/gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ terraform {
required_providers {
postgresql = {
source = "cyrilgdn/postgresql"
version = "1.19.0"
version = "1.22.0"
}
}
}

0 comments on commit 0b974ef

Please sign in to comment.