Skip to content

Commit

Permalink
Update modules (#70)
Browse files Browse the repository at this point in the history
* Update DynamoDB module

* Update RDS module
  • Loading branch information
snovikov authored Oct 17, 2022
1 parent ae45ef7 commit 9d64929
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dynamodb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "null_resource" "dynamodb_checker" {

module "dynamodb" {
source = "cloudposse/dynamodb/aws"
version = "0.29.5"
version = "0.30.0"

namespace = ""
stage = ""
Expand Down
2 changes: 1 addition & 1 deletion dynamodb_2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "null_resource" "dynamodb2_checker" {

module "dynamodb2" {
source = "cloudposse/dynamodb/aws"
version = "0.29.5"
version = "0.30.0"

namespace = ""
stage = ""
Expand Down
2 changes: 1 addition & 1 deletion dynamodb_3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "null_resource" "dynamodb3_checker" {

module "dynamodb3" {
source = "cloudposse/dynamodb/aws"
version = "0.29.5"
version = "0.30.0"

namespace = ""
stage = ""
Expand Down
4 changes: 2 additions & 2 deletions rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ locals {
module "rds_sg" {
source = "terraform-aws-modules/security-group/aws"
version = "4.9.0"
version = "4.13.1"

create = var.rds_enabled

Expand All @@ -51,7 +51,7 @@ resource "random_string" "password" {
# -------------------------------------------------------------------------------------------------
module "rds" {
source = "terraform-aws-modules/rds/aws"
version = "4.3.0"
version = "5.1.0"

apply_immediately = var.rds_apply_immediately

Expand Down

0 comments on commit 9d64929

Please sign in to comment.