Skip to content

Commit

Permalink
fix(deps): update required_provider to latest for deployable architec…
Browse files Browse the repository at this point in the history
…tures
  • Loading branch information
terraform-ibm-modules-ops committed Sep 27, 2024
1 parent b5e2a90 commit a94c6ee
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.69.2"
}
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 a94c6ee

Please sign in to comment.