From fcec5babe913bb7676477c9e89295c5ee3c1043b Mon Sep 17 00:00:00 2001 From: Steven B Date: Tue, 28 Feb 2023 09:53:42 -0500 Subject: [PATCH] bump rds module version (#13) --- README.md | 2 +- main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17eb083..715f95d 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ A bit about this module | Name | Source | Version | |------|--------|---------| -| [bitbucketdb](#module\_bitbucketdb) | rhythmictech/rds-postgres/aws | 4.5.0 | +| [bitbucketdb](#module\_bitbucketdb) | rhythmictech/rds-postgres/aws | 4.6.0 | ## Resources diff --git a/main.tf b/main.tf index 23fa7b3..b865120 100644 --- a/main.tf +++ b/main.tf @@ -136,7 +136,7 @@ resource "aws_launch_configuration" "this" { module "bitbucketdb" { source = "rhythmictech/rds-postgres/aws" - version = "4.5.0" + version = "4.6.0" name = local.db_name allowed_cidr_blocks = var.db_allowed_access_cidrs