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 (#226)
  • Loading branch information
terraform-ibm-modules-ops authored Dec 21, 2024
1 parent 3504cb5 commit 35a7ce5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions solutions/standard/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ terraform {
# Lock DA into an exact provider version - renovate automation will keep it updated
ibm = {
source = "ibm-cloud/ibm"
version = "1.72.2"
version = "1.73.0"
}
helm = {
source = "hashicorp/helm"
version = "2.16.1"
version = "2.17.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.35.0"
version = "2.35.1"
}
}
}

0 comments on commit 35a7ce5

Please sign in to comment.