Skip to content

Commit

Permalink
fix(deps): Update Terraform time to ~> 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 9, 2025
1 parent 2d676b2 commit 15c2774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/simple_example/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ terraform {
}
time = {
source = "hashicorp/time"
version = "~> 0.11"
version = "~> 0.12"
}
http = {
source = "hashicorp/http"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ terraform {
}
time = {
source = "hashicorp/time"
version = "~> 0.11"
version = "~> 0.12"
}
http = {
source = "hashicorp/http"
Expand Down

0 comments on commit 15c2774

Please sign in to comment.