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 (#317)
  • Loading branch information
terraform-ibm-modules-ops authored Nov 9, 2024
1 parent 942c7b3 commit 1af89b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solutions/standard/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "1.70.0"
version = "1.71.1"
}
time = {
source = "hashicorp/time"
version = "0.12.0"
version = "0.12.1"
}
}
}

0 comments on commit 1af89b9

Please sign in to comment.