Skip to content

Commit

Permalink
Update versions.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyerra authored Oct 10, 2024
1 parent 32a4696 commit b2e11ae
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,18 +1,2 @@

terraform {
required_version = ">= 1.6.6"
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.31.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = ">= 2.23"
}
helm = {
source = "hashicorp/helm"
version = ">= 2.11"
}
}
}

0 comments on commit b2e11ae

Please sign in to comment.