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 Sep 11, 2024
1 parent 2eb7f86 commit c22ddd9
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 59 deletions.
161 changes: 106 additions & 55 deletions playground-cluster/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 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.66.0"
}
helm = {
source = "hashicorp/helm"
version = "2.11.0"
version = "2.15.0"
}
kubectl = {
source = "gavinbunney/kubectl"
version = "1.14.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.23.0"
version = "2.32.0"
}
random = {
source = "hashicorp/random"
version = "3.5.1"
version = "3.6.3"
}
}
}

0 comments on commit c22ddd9

Please sign in to comment.