Skip to content

Commit

Permalink
fix: warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
amanverma678 authored Nov 19, 2024
1 parent b87a2dc commit 68c2620
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Terraform version
terraform {
required_version = ">= 1.5.4"
kubernetes = ">= 2.33.0"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.11.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = ">= 2.33.0" # Specify the appropriate version
}
}
}

0 comments on commit 68c2620

Please sign in to comment.