Skip to content

Commit

Permalink
fix(deps): update terraform time to latest for the deployable archite…
Browse files Browse the repository at this point in the history
…cture solution (#682)
  • Loading branch information
terraform-ibm-modules-ops authored Jul 27, 2024
1 parent cf6e56b commit 86cc006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion solutions/secure-cross-regional-bucket/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
}
time = {
source = "hashicorp/time"
version = "0.9.1"
version = "0.12.0"
}
}
}
2 changes: 1 addition & 1 deletion solutions/secure-regional-bucket/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
}
time = {
source = "hashicorp/time"
version = "0.9.1"
version = "0.12.0"
}
}
}

0 comments on commit 86cc006

Please sign in to comment.