Skip to content

Commit

Permalink
chore: update postgresql provider
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev committed Oct 30, 2024
1 parent dcf0ef5 commit 281345f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -176,7 +176,7 @@ terraform {
required_providers {
postgresql = {
source = "cyrilgdn/postgresql"
version = "1.22.0"
version = "1.24.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/postgresql/gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ terraform {
required_providers {
postgresql = {
source = "cyrilgdn/postgresql"
version = "1.22.0"
version = "1.24.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/postgresql/gcp/migration/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ terraform {
required_providers {
postgresql = {
source = "cyrilgdn/postgresql"
version = "1.22.0"
version = "1.24.0"
}
}
}

0 comments on commit 281345f

Please sign in to comment.