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
  • Loading branch information
terraform-ibm-modules-ops committed Dec 15, 2024
1 parent 7afdb89 commit ab9d657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion solutions/quickstart/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.71.2"
version = "1.72.2"
}
}
}
2 changes: 1 addition & 1 deletion solutions/standard/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "1.71.2"
version = "1.72.2"
}
time = {
source = "hashicorp/time"
Expand Down

0 comments on commit ab9d657

Please sign in to comment.