Skip to content

Commit b3cb8f7

Browse files
committed
remove terraform provider versions
1 parent 213d848 commit b3cb8f7

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

terraform/fargate/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ terraform {
1111
required_providers {
1212
aws = {
1313
source = "hashicorp/aws"
14-
version = ">= 2.31.0"
1514
}
1615
null = {
1716
source = "hashicorp/null"
18-
version = "~> 3.2.0"
1917
}
2018
random = {
2119
source = "hashicorp/random"

terraform/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ terraform {
1111
required_providers {
1212
aws = {
1313
source = "hashicorp/aws"
14-
version = ">= 2.31.0"
1514
}
1615
null = {
1716
source = "hashicorp/null"
18-
version = ">= 2.1"
1917
}
2018
random = {
2119
source = "hashicorp/random"

0 commit comments

Comments
 (0)