Skip to content

Commit 694223b

Browse files
authored
Relax dependency on postgresql provider (#10)
1 parent fc29c36 commit 694223b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
postgresql = {
55
source = "cyrilgdn/postgresql"
6-
version = "1.14.0"
6+
version = ">= 1.14.0"
77
}
88
}
99
}

0 commit comments

Comments
 (0)