diff --git a/README.md b/README.md
index 24e3693..c1429d3 100644
--- a/README.md
+++ b/README.md
@@ -196,7 +196,7 @@ Available targets:
| Name | Source | Version |
|------|--------|---------|
| [aws\_security\_group](#module\_aws\_security\_group) | cloudposse/security-group/aws | 2.2.0 |
-| [dns](#module\_dns) | cloudposse/route53-cluster-hostname/aws | 0.12.2 |
+| [dns](#module\_dns) | cloudposse/route53-cluster-hostname/aws | 0.13.0 |
| [this](#module\_this) | cloudposse/label/null | 0.25.0 |
## Resources
diff --git a/docs/terraform.md b/docs/terraform.md
index 2bdf23e..452e4fe 100644
--- a/docs/terraform.md
+++ b/docs/terraform.md
@@ -17,7 +17,7 @@
| Name | Source | Version |
|------|--------|---------|
| [aws\_security\_group](#module\_aws\_security\_group) | cloudposse/security-group/aws | 2.2.0 |
-| [dns](#module\_dns) | cloudposse/route53-cluster-hostname/aws | 0.12.2 |
+| [dns](#module\_dns) | cloudposse/route53-cluster-hostname/aws | 0.13.0 |
| [this](#module\_this) | cloudposse/label/null | 0.25.0 |
## Resources
diff --git a/main.tf b/main.tf
index c003993..d3c532d 100644
--- a/main.tf
+++ b/main.tf
@@ -249,7 +249,7 @@ resource "aws_cloudwatch_metric_alarm" "cache_memory" {
module "dns" {
source = "cloudposse/route53-cluster-hostname/aws"
- version = "0.12.2"
+ version = "0.13.0"
enabled = local.enabled && length(var.zone_id) > 0 ? true : false
dns_name = var.dns_subdomain != "" ? var.dns_subdomain : module.this.id