Skip to content

Commit e20e891

Browse files
authored
set provider version constraint (#31)
1 parent 38c3d42 commit e20e891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = ">= 4"
5+
version = ">= 4, < 6"
66
}
77

88
tls = {
99
source = "hashicorp/tls"
10-
version = ">= 4"
10+
version = ">= 4, < 6"
1111
}
1212
}
1313

0 commit comments

Comments
 (0)