Skip to content

Commit

Permalink
Upgrade terraform-aws-modules/rds/aws module to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhlobo committed Jul 25, 2021
1 parent 826a68e commit 77ab6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/postgresql/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ resource "aws_security_group" "database" {

module "rds" {
source = "terraform-aws-modules/rds/aws"
version = "3.0.0"
version = "3.3.0"

identifier = "${var.app}-${var.environment}"

Expand Down

0 comments on commit 77ab6bc

Please sign in to comment.