diff --git a/README.md b/README.md
index 10753b5..73e592e 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ An exmaple using this module can be found in [tools-nxiq-ha-cluster](https://git
| Name | Source | Version |
|------|--------|---------|
-| [nxiq\_pg\_database](#module\_nxiq\_pg\_database) | git::ssh://git@github.com/vendorcorp/terraform-aws-rds-database.git | v0.1.0 |
+| [nxiq\_pg\_database](#module\_nxiq\_pg\_database) | git::ssh://git@github.com/vendorcorp/terraform-aws-rds-database.git | v0.1.1 |
## Resources
diff --git a/database.tf b/database.tf
index 0796973..f1caaf6 100644
--- a/database.tf
+++ b/database.tf
@@ -17,7 +17,7 @@
# --------------------------------------------------------------------------
module "nxiq_pg_database" {
- source = "git::ssh://git@github.com/vendorcorp/terraform-aws-rds-database.git?ref=v0.1.0"
+ source = "git::ssh://git@github.com/vendorcorp/terraform-aws-rds-database.git?ref=v0.1.1"
pg_hostname = var.pg_hostname
pg_port = var.pg_port