Skip to content

Commit

Permalink
bump rds module version (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack4 authored Feb 28, 2023
1 parent 87a189f commit fcec5ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ A bit about this module

| Name | Source | Version |
|------|--------|---------|
| <a name="module_bitbucketdb"></a> [bitbucketdb](#module\_bitbucketdb) | rhythmictech/rds-postgres/aws | 4.5.0 |
| <a name="module_bitbucketdb"></a> [bitbucketdb](#module\_bitbucketdb) | rhythmictech/rds-postgres/aws | 4.6.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fcec5ba

Please sign in to comment.