Skip to content

Commit 517ca9c

Browse files
Update examples/complete/versions.tf
Co-authored-by: Veronika Gnilitska <30597968+gberenice@users.noreply.github.com>
1 parent 08de248 commit 517ca9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
postgresql = {
77
source = "cyrilgdn/postgresql"
8-
version = "~> 1"
8+
version = >= 1"
99
}
1010
random = {
1111
source = "hashicorp/random"

0 commit comments

Comments
 (0)