Skip to content

Commit 97a2478

Browse files
committed
Remove required version constraints for Terraform providers in 0-versions.tf
1 parent 00d9127 commit 97a2478

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Terraform/0-versions.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
terraform {
2-
required_version = ">= 1.4.0"
32
required_providers {
43
aws = {
54
source = "hashicorp/aws"
6-
version = "*"
75
}
86
helm = {
97
source = "hashicorp/helm"
10-
version = "*"
118
}
129
kubernetes = {
1310
source = "hashicorp/kubernetes"
14-
version = "*"
1511
}
1612
time = {
1713
source = "hashicorp/time"
18-
version = "*"
1914
}
2015
}
2116
}

0 commit comments

Comments
 (0)