Skip to content

Commit

Permalink
fix(deps): Update Terraform time to v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 4, 2024
1 parent 387996d commit 02320c9
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/standalone/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ terraform {

time = {
source = "hashicorp/time"
version = "0.9.1"
version = "0.11.2"
}

random = {
Expand Down
2 changes: 1 addition & 1 deletion modules/data-governance-sa/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ terraform {

time = {
source = "hashicorp/time"
version = "0.9.1"
version = "0.11.2"
}

random = {
Expand Down
2 changes: 1 addition & 1 deletion modules/data-governance/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ terraform {

time = {
source = "hashicorp/time"
version = "0.9.1"
version = "0.11.2"
}

random = {
Expand Down
2 changes: 1 addition & 1 deletion modules/data-ingestion-sa/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ terraform {

time = {
source = "hashicorp/time"
version = "0.9.1"
version = "0.11.2"
}

random = {
Expand Down
2 changes: 1 addition & 1 deletion modules/data-ingestion/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ terraform {

time = {
source = "hashicorp/time"
version = "0.9.1"
version = "0.11.2"
}

random = {
Expand Down
2 changes: 1 addition & 1 deletion modules/dlp-scanner/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {

time = {
source = "hashicorp/time"
version = "0.9.1"
version = "0.11.2"
}

google = {
Expand Down
2 changes: 1 addition & 1 deletion modules/harness-artifact-registry/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.9.1"
version = "0.11.2"
}
}
}
2 changes: 1 addition & 1 deletion modules/harness-logging/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ terraform {

time = {
source = "hashicorp/time"
version = "0.9.1"
version = "0.11.2"
}

random = {
Expand Down
2 changes: 1 addition & 1 deletion modules/harness-projects/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.9.1"
version = "0.11.2"
}
}
}
2 changes: 1 addition & 1 deletion modules/vpc-sc-config/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ terraform {

time = {
source = "hashicorp/time"
version = "0.9.1"
version = "0.11.2"
}

random = {
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/standalone/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ terraform {

time = {
source = "hashicorp/time"
version = "0.9.1"
version = "0.11.2"
}

random = {
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ terraform {

time = {
source = "hashicorp/time"
version = "0.9.1"
version = "0.11.2"
}

random = {
Expand Down

0 comments on commit 02320c9

Please sign in to comment.