diff --git a/README.md b/README.md
index 43fc98a..9e2d688 100644
--- a/README.md
+++ b/README.md
@@ -147,7 +147,7 @@ Available targets:
| Name | Source | Version |
|------|--------|---------|
-| [dns](#module\_dns) | cloudposse/route53-cluster-hostname/aws | 0.12.0 |
+| [dns](#module\_dns) | cloudposse/route53-cluster-hostname/aws | 0.12.2 |
| [security\_group](#module\_security\_group) | cloudposse/security-group/aws | 0.3.1 |
| [this](#module\_this) | cloudposse/label/null | 0.25.0 |
diff --git a/docs/terraform.md b/docs/terraform.md
index f5783a6..259b6cb 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.0 |
+| [dns](#module\_dns) | cloudposse/route53-cluster-hostname/aws | 0.12.2 |
| [security\_group](#module\_security\_group) | cloudposse/security-group/aws | 0.3.1 |
| [this](#module\_this) | cloudposse/label/null | 0.25.0 |
diff --git a/main.tf b/main.tf
index 7f9ddf2..4814db2 100644
--- a/main.tf
+++ b/main.tf
@@ -72,7 +72,7 @@ module "security_group" {
module "dns" {
source = "cloudposse/route53-cluster-hostname/aws"
- version = "0.12.0"
+ version = "0.12.2"
enabled = module.this.enabled && length(var.zone_id) > 0 ? true : false
dns_name = var.dns_name == "" ? module.this.id : var.dns_name