Skip to content

Commit 643e6e5

Browse files
chore(deps)!: update terraform null to ~> 3.2.0 (#366)
Co-authored-by: Andrew Peabody <[email protected]>
1 parent 5530465 commit 643e6e5

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.1.0"
22+
version = "~> 3.2"
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.1.0"
22+
version = "~> 3.2"
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.1.0"
22+
version = "~> 3.2"
2323
}
2424
google = {
2525
source = "hashicorp/google"

0 commit comments

Comments
 (0)