Skip to content

Commit

Permalink
fix(deps): update required_provider to latest for the deployable arch…
Browse files Browse the repository at this point in the history
…itecture solution (#237)
  • Loading branch information
terraform-ibm-modules-ops authored Dec 21, 2024
1 parent af986e7 commit 623195d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions solutions/agents/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,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"
}
}
}
2 changes: 1 addition & 1 deletion solutions/instances/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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"
}
time = {
source = "hashicorp/time"
Expand Down

0 comments on commit 623195d

Please sign in to comment.