diff --git a/README.md b/README.md
index b759116..f30f969 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,7 @@ Available targets:
| Name | Source | Version |
|------|--------|---------|
-| [dns](#module\_dns) | cloudposse/route53-cluster-hostname/aws | 0.12.2 |
+| [dns](#module\_dns) | cloudposse/route53-cluster-hostname/aws | 0.13.0 |
| [security\_group](#module\_security\_group) | cloudposse/security-group/aws | 1.0.1 |
| [this](#module\_this) | cloudposse/label/null | 0.25.0 |
diff --git a/docs/terraform.md b/docs/terraform.md
index a035e3e..894e3b0 100644
--- a/docs/terraform.md
+++ b/docs/terraform.md
@@ -16,7 +16,7 @@
| Name | Source | Version |
|------|--------|---------|
-| [dns](#module\_dns) | cloudposse/route53-cluster-hostname/aws | 0.12.2 |
+| [dns](#module\_dns) | cloudposse/route53-cluster-hostname/aws | 0.13.0 |
| [security\_group](#module\_security\_group) | cloudposse/security-group/aws | 1.0.1 |
| [this](#module\_this) | cloudposse/label/null | 0.25.0 |
diff --git a/main.tf b/main.tf
index b0def97..a55a377 100644
--- a/main.tf
+++ b/main.tf
@@ -122,7 +122,7 @@ module "security_group" {
module "dns" {
source = "cloudposse/route53-cluster-hostname/aws"
- version = "0.12.2"
+ version = "0.13.0"
enabled = local.enabled && length(var.zone_id) > 0
dns_name = var.dns_name == "" ? module.this.id : var.dns_name