Skip to content

Commit

Permalink
fix(deps): update required_provider to latest for deployable modules …
Browse files Browse the repository at this point in the history
…/ architectures
  • Loading branch information
terraform-ibm-modules-ops committed Aug 31, 2024
1 parent 35b497a commit 6b29a63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions solutions/existing-cluster/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ terraform {
# Lock DA into an exact provider version - renovate automation will keep it updated
ibm = {
source = "ibm-cloud/ibm"
version = "1.68.0"
version = "1.68.1"
}
helm = {
source = "hashicorp/helm"
version = "2.14.0"
version = "2.15.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.31.0"
version = "2.32.0"
}
}
}

0 comments on commit 6b29a63

Please sign in to comment.