diff --git a/aws/mysql/mysql.tf b/aws/mysql/mysql.tf index 4c33307..5d05893 100644 --- a/aws/mysql/mysql.tf +++ b/aws/mysql/mysql.tf @@ -6,11 +6,11 @@ terraform { } random = { source = "hashicorp/random" - version = "~> 3.1" + version = "~> 3.6" } null = { source = "hashicorp/null" - version = "~> 3.1" + version = "~> 3.2" } } } diff --git a/aws/postgresql/postgresql.tf b/aws/postgresql/postgresql.tf index f8170bd..3b2aa63 100644 --- a/aws/postgresql/postgresql.tf +++ b/aws/postgresql/postgresql.tf @@ -6,11 +6,11 @@ terraform { } random = { source = "hashicorp/random" - version = "~> 3.1" + version = "~> 3.6" } null = { source = "hashicorp/null" - version = "~> 3.1" + version = "~> 3.2" } } }