Skip to content

Commit

Permalink
build(deps): Bump hashicorp/time from 0.11.2 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [hashicorp/time](https://github.com/hashicorp/terraform-provider-time) from 0.11.2 to 0.12.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-time/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-time/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-time@v0.11.2...v0.12.0)

---
updated-dependencies:
- dependency-name: hashicorp/time
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and prb112 committed Jul 22, 2024
1 parent 4756d75 commit e4e3f85
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
28 changes: 14 additions & 14 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/2_pvs_prepare/bastion/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
time = {
source = "hashicorp/time"
version = "0.11.2"
version = "0.12.0"
}
ibm = {
source = "IBM-Cloud/ibm"
Expand Down
2 changes: 1 addition & 1 deletion modules/2_pvs_prepare/existing_network/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
}
time = {
source = "hashicorp/time"
version = "0.11.2"
version = "0.12.0"
}
}
required_version = ">= 1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/2_pvs_prepare/network/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
}
time = {
source = "hashicorp/time"
version = "0.11.2"
version = "0.12.0"
}
}
required_version = ">= 1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/2_pvs_prepare/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
}
time = {
source = "hashicorp/time"
version = "0.11.2"
version = "0.12.0"
}
}
required_version = ">= 1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/5_worker/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
time = {
source = "hashicorp/time"
version = "0.11.2"
version = "0.12.0"
}
ibm = {
source = "IBM-Cloud/ibm"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
}
time = {
source = "hashicorp/time"
version = "0.11.2"
version = "0.12.0"
}
http = {
source = "hashicorp/http"
Expand Down

0 comments on commit e4e3f85

Please sign in to comment.