From ec81678ac22b20aeefc38b3b98791c41f44a9aff Mon Sep 17 00:00:00 2001 From: Erik Osterman Date: Wed, 20 Sep 2017 18:33:58 -0700 Subject: [PATCH] Update new terraform-aws-route53-alias module (#6) --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 2f9c2d79..e78fe873 100644 --- a/main.tf +++ b/main.tf @@ -162,7 +162,7 @@ resource "aws_cloudfront_distribution" "default" { } module "dns" { - source = "git::https://github.com/cloudposse/tf_vanity.git?ref=tags/0.2.1" + source = "git::https://github.com/cloudposse/terraform-aws-route53-alias.git?ref=tags/0.2.2" aliases = "${var.aliases}" parent_zone_id = "${var.parent_zone_id}" parent_zone_name = "${var.parent_zone_name}"