Skip to content

Commit

Permalink
chore(deps): update terraform null to v3 (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 17, 2022
1 parent 017c6bc commit 67f9780
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/app_engine/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "~> 2.1"
version = "~> 3.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion examples/gke_shared_vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "~> 2.1"
version = "~> 3.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion examples/group_project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "~> 2.1"
version = "~> 3.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion examples/project-hierarchy/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "~> 2.1"
version = "~> 3.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion examples/quota_project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "~> 2.1"
version = "~> 3.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion examples/shared_vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "~> 2.1"
version = "~> 3.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "~> 2.1"
version = "~> 3.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/full/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "~> 2.1"
version = "~> 3.0"
}
random = {
source = "hashicorp/random"
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 @@ -27,7 +27,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "~> 2.1"
version = "~> 3.0"
}
random = {
source = "hashicorp/random"
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 @@ -27,7 +27,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "~> 2.1"
version = "~> 3.0"
}
random = {
source = "hashicorp/random"
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 @@ -27,7 +27,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "~> 2.1"
version = "~> 3.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion test/setup/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "~> 2.1"
version = "~> 3.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 67f9780

Please sign in to comment.