We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdc5b5 commit cfa58dbCopy full SHA for cfa58db
terraform/main.tf
@@ -2,7 +2,7 @@ terraform {
2
required_providers {
3
aws = {
4
source = "hashicorp/aws"
5
- version = "6.25.0"
+ version = "<= 6.25.0"
6
}
7
random = {
8
source = "hashicorp/random"
@@ -14,11 +14,11 @@ terraform {
14
15
local = {
16
source = "hashicorp/local"
17
- version = "2.6.1"
+ version = "<= 2.6.1"
18
19
20
21
- required_version = "1.14.1"
+ required_version = "<= 1.14.1"
22
23
24
provider "aws" {
0 commit comments