Skip to content

Commit 8d44131

Browse files
chore: relax random provider constraint (#307)
1 parent e07f141 commit 8d44131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/mysql/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ terraform {
2323
}
2424
random = {
2525
source = "hashicorp/random"
26-
version = "~> 3.1.0"
26+
version = "~> 3.1"
2727
}
2828
google = {
2929
source = "hashicorp/google"

modules/postgresql/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ terraform {
2323
}
2424
random = {
2525
source = "hashicorp/random"
26-
version = "~> 3.1.0"
26+
version = "~> 3.1"
2727
}
2828
google = {
2929
source = "hashicorp/google"

0 commit comments

Comments
 (0)