Skip to content

Commit b4c0555

Browse files
authored
fix: revert null provider version to major.minor (#372)
1 parent d26b1db commit b4c0555

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/mysql/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ terraform {
1919
required_providers {
2020
null = {
2121
source = "hashicorp/null"
22-
version = "~> 3.2"
22+
version = "~> 3.1"
2323
}
2424
random = {
2525
source = "hashicorp/random"

modules/postgresql/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ terraform {
1919
required_providers {
2020
null = {
2121
source = "hashicorp/null"
22-
version = "~> 3.2"
22+
version = "~> 3.1"
2323
}
2424
random = {
2525
source = "hashicorp/random"

modules/private_service_access/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ terraform {
1919
required_providers {
2020
null = {
2121
source = "hashicorp/null"
22-
version = "~> 3.2"
22+
version = "~> 3.1"
2323
}
2424
google = {
2525
source = "hashicorp/google"

0 commit comments

Comments
 (0)