Skip to content

Commit

Permalink
chore(deps): update terraform random to v3 (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2022
1 parent 97d0a99 commit d374eb5
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/app_engine/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~> 2.2"
version = "~> 3.0"
}
}
}
2 changes: 1 addition & 1 deletion examples/budget_project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~> 2.2"
version = "~> 3.0"
}
}
}
2 changes: 1 addition & 1 deletion examples/fabric_project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~> 2.2"
version = "~> 3.0"
}
}
}
2 changes: 1 addition & 1 deletion examples/gke_shared_vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~> 2.2"
version = "~> 3.0"
}
}
}
2 changes: 1 addition & 1 deletion examples/group_project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~> 2.2"
version = "~> 3.0"
}
}
}
2 changes: 1 addition & 1 deletion examples/project-hierarchy/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~> 2.2"
version = "~> 3.0"
}
}
}
2 changes: 1 addition & 1 deletion examples/quota_project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~> 2.2"
version = "~> 3.0"
}
}
}
2 changes: 1 addition & 1 deletion examples/shared_vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~> 2.2"
version = "~> 3.0"
}
}
}
2 changes: 1 addition & 1 deletion examples/simple_project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~> 2.2"
version = "~> 3.0"
}
}
}
2 changes: 1 addition & 1 deletion test/fixtures/full/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~> 2.2"
version = "~> 3.0"
}
}
required_version = ">= 0.13"
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/minimal/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~> 2.2"
version = "~> 3.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/shared_vpc_no_subnets/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~> 2.2"
version = "~> 3.0"
}
gsuite = {
version = "~> 0.1.12"
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/vpc_sc_project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~> 2.2"
version = "~> 3.0"
}
}
}
2 changes: 1 addition & 1 deletion test/setup/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~> 2.2"
version = "~> 3.0"
}
time = {
source = "hashicorp/time"
Expand Down

0 comments on commit d374eb5

Please sign in to comment.