Skip to content

Commit

Permalink
chore(deps)!: update terraform null to ~> 3.2.0 (#366)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
  • Loading branch information
renovate[bot] and apeabody committed Nov 4, 2022
1 parent 5530465 commit 643e6e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/mysql/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
required_providers {
null = {
source = "hashicorp/null"
version = "~> 3.1.0"
version = "~> 3.2"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion modules/postgresql/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
required_providers {
null = {
source = "hashicorp/null"
version = "~> 3.1.0"
version = "~> 3.2"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion modules/private_service_access/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
required_providers {
null = {
source = "hashicorp/null"
version = "~> 3.1.0"
version = "~> 3.2"
}
google = {
source = "hashicorp/google"
Expand Down

0 comments on commit 643e6e5

Please sign in to comment.