Skip to content

Commit ec81678

Browse files
authored
Update new terraform-aws-route53-alias module (#6)
1 parent 219bebe commit ec81678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ resource "aws_cloudfront_distribution" "default" {
162162
}
163163

164164
module "dns" {
165-
source = "git::https://github.com/cloudposse/tf_vanity.git?ref=tags/0.2.1"
165+
source = "git::https://github.com/cloudposse/terraform-aws-route53-alias.git?ref=tags/0.2.2"
166166
aliases = "${var.aliases}"
167167
parent_zone_id = "${var.parent_zone_id}"
168168
parent_zone_name = "${var.parent_zone_name}"

0 commit comments

Comments
 (0)