Skip to content

Commit

Permalink
fix: revert null provider version to major.minor (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Nov 11, 2022
1 parent d26b1db commit b4c0555
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.2"
version = "~> 3.1"
}
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.2"
version = "~> 3.1"
}
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.2"
version = "~> 3.1"
}
google = {
source = "hashicorp/google"
Expand Down

0 comments on commit b4c0555

Please sign in to comment.