Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 6af7972

Browse files
chore(deps): update all
1 parent 2eb7f86 commit 6af7972

File tree

2 files changed

+110
-59
lines changed

2 files changed

+110
-59
lines changed

playground-cluster/.terraform.lock.hcl

Lines changed: 106 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

playground-cluster/provider.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@ terraform {
3131
required_providers {
3232
aws = {
3333
source = "hashicorp/aws"
34-
version = "5.19.0"
34+
version = "5.75.0"
3535
}
3636
helm = {
3737
source = "hashicorp/helm"
38-
version = "2.11.0"
38+
version = "2.16.1"
3939
}
4040
kubectl = {
4141
source = "gavinbunney/kubectl"
4242
version = "1.14.0"
4343
}
4444
kubernetes = {
4545
source = "hashicorp/kubernetes"
46-
version = "2.23.0"
46+
version = "2.33.0"
4747
}
4848
random = {
4949
source = "hashicorp/random"
50-
version = "3.5.1"
50+
version = "3.6.3"
5151
}
5252
}
5353
}

0 commit comments

Comments
 (0)