Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 2eb7f86 commit 5c5f440
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions playground-cluster/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.19.0"
version = "5.83.1"
}
helm = {
source = "hashicorp/helm"
version = "2.11.0"
version = "2.17.0"
}
kubectl = {
source = "gavinbunney/kubectl"
version = "1.14.0"
version = "1.19.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.23.0"
version = "2.35.1"
}
random = {
source = "hashicorp/random"
version = "3.5.1"
version = "3.6.3"
}
}
}

0 comments on commit 5c5f440

Please sign in to comment.