Skip to content

Commit 8c646c0

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

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
@@ -1,7 +1,7 @@
11
# complete/versions.tf
22

33
terraform {
4-
required_version = "~> 1"
4+
required_version = ">= 1"
55
required_providers {
66
postgresql = {
77
source = "cyrilgdn/postgresql"

0 commit comments

Comments
 (0)