Skip to content

Commit

Permalink
Update terraform-aws-route53-cluster-hostname to 0.7.0 because of a b…
Browse files Browse the repository at this point in the history
…ug that 0.6.0 introduced (#56)
  • Loading branch information
htplbc authored Sep 9, 2020
1 parent 3bf036c commit d1fb049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1fb049

Please sign in to comment.