Skip to content

Commit

Permalink
fix: warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
amanverma678 committed Nov 19, 2024
1 parent a165cdc commit 7059cf6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,13 @@ terraform {
source = "hashicorp/kubernetes"
version = ">= 2.33.0" # Specify the appropriate version
}
template = {
source = "hashicorp/template"
version = ">= 2.2.0"
}
null = {
source = "hashicorp/null"
version = ">= 3.0.0"
}
}
}

0 comments on commit 7059cf6

Please sign in to comment.