Skip to content

Commit cfa58db

Browse files
chore: fix the version restrictions
1 parent cfdc5b5 commit cfa58db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "6.25.0"
5+
version = "<= 6.25.0"
66
}
77
random = {
88
source = "hashicorp/random"
@@ -14,11 +14,11 @@ terraform {
1414
}
1515
local = {
1616
source = "hashicorp/local"
17-
version = "2.6.1"
17+
version = "<= 2.6.1"
1818
}
1919
}
2020

21-
required_version = "1.14.1"
21+
required_version = "<= 1.14.1"
2222
}
2323

2424
provider "aws" {

0 commit comments

Comments
 (0)