There was an error while loading. Please reload this page.
1 parent 213d848 commit b3cb8f7Copy full SHA for b3cb8f7
2 files changed
terraform/fargate/main.tf
@@ -11,11 +11,9 @@ terraform {
11
required_providers {
12
aws = {
13
source = "hashicorp/aws"
14
- version = ">= 2.31.0"
15
}
16
null = {
17
source = "hashicorp/null"
18
- version = "~> 3.2.0"
19
20
random = {
21
source = "hashicorp/random"
terraform/main.tf
- version = ">= 2.1"
0 commit comments