Skip to content

Commit

Permalink
fix(deps): update terraform ibm to latest for the deployable architec…
Browse files Browse the repository at this point in the history
…ture solution (#242)
  • Loading branch information
terraform-ibm-modules-ops authored Jan 11, 2025
1 parent 2a31610 commit 7cae6e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion solutions/agents/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
# Lock DA into an exact provider version - renovate automation will keep it updated
ibm = {
source = "ibm-cloud/ibm"
version = "1.73.0"
version = "1.74.0"
}
helm = {
source = "hashicorp/helm"
Expand Down
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.73.0"
version = "1.74.0"
}
time = {
source = "hashicorp/time"
Expand Down

0 comments on commit 7cae6e6

Please sign in to comment.