Skip to content

Commit

Permalink
tf(deps): update hashicorp/kubernetes requirement from ~> 2.34.0 to ~…
Browse files Browse the repository at this point in the history
…> 2.35.0

Updates the requirements on [hashicorp/kubernetes](https://github.com/hashicorp/terraform-provider-kubernetes) to permit the latest version.
- [Release notes](https://github.com/hashicorp/terraform-provider-kubernetes/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-kubernetes/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-kubernetes@v2.34.0...v2.35.0)

---
updated-dependencies:
- dependency-name: hashicorp/kubernetes
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent d1af98a commit 7eb2640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kyma-on-btp-new-sa/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.34.0"
version = "~> 2.35.0"
}
}
}
Expand Down

0 comments on commit 7eb2640

Please sign in to comment.