Skip to content

Commit

Permalink
Additional TF 0.13.0 changes (#69)
Browse files Browse the repository at this point in the history
Upgrade cloudposse/terraform-aws-route-53-cluster-hostname to 0.5.0 for TF 0.13.0 support:
https://github.com/cloudposse/terraform-aws-route53-cluster-hostname/releases/tag/0.5.0
  • Loading branch information
samsullivan authored Aug 20, 2020
1 parent 3ccb6ec commit c01e0ea
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 @@ -176,7 +176,7 @@ resource "aws_security_group_rule" "egress" {
}

module "dns_host_name" {
source = "git::https://github.com/cloudposse/terraform-aws-route53-cluster-hostname.git?ref=tags/0.3.0"
source = "git::https://github.com/cloudposse/terraform-aws-route53-cluster-hostname.git?ref=tags/0.5.0"
enabled = length(var.dns_zone_id) > 0 && var.enabled ? true : false
name = var.host_name
zone_id = var.dns_zone_id
Expand Down

0 comments on commit c01e0ea

Please sign in to comment.