Skip to content

Commit 2cd082f

Browse files
committed
/deploy sit
1 parent 40d3902 commit 2cd082f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

terraform/fargate/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ terraform {
1515
}
1616
null = {
1717
source = "hashicorp/null"
18-
version = "~> 3.2"
18+
version = ">= 2.1"
1919
}
2020
random = {
2121
source = "hashicorp/random"

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ terraform {
1515
}
1616
null = {
1717
source = "hashicorp/null"
18-
version = "~> 3.2"
18+
version = ">= 2.1"
1919
}
2020
random = {
2121
source = "hashicorp/random"

0 commit comments

Comments
 (0)