Skip to content

Commit

Permalink
Update new terraform-aws-route53-alias module (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored Sep 21, 2017
1 parent 219bebe commit ec81678
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 @@ -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}"
Expand Down

0 comments on commit ec81678

Please sign in to comment.