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 (#151)
  • Loading branch information
terraform-ibm-modules-ops authored Mar 30, 2024
1 parent 91cd676 commit 0ca5eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/secure/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
time = {
source = "hashicorp/time"
version = ">= 0.8.0, <1.0.0"
version = ">= 0.11.1, < 1.0.0"
}
# tflint-ignore: terraform_unused_required_providers
random = {
Expand Down

0 comments on commit 0ca5eeb

Please sign in to comment.