diff --git a/main.tf b/main.tf index 955cd0a..ca61d32 100644 --- a/main.tf +++ b/main.tf @@ -73,7 +73,7 @@ resource "aws_security_group_rule" "egress" { } module "dns" { - source = "git::https://github.com/cloudposse/terraform-aws-route53-cluster-hostname.git?ref=tags/0.6.0" + source = "git::https://github.com/cloudposse/terraform-aws-route53-cluster-hostname.git?ref=tags/0.7.0" enabled = module.this.enabled && length(var.zone_id) > 0 ? true : false name = var.dns_name == "" ? module.this.id : var.dns_name