Skip to content

Commit

Permalink
Switch the alias flag on
Browse files Browse the repository at this point in the history
This is now required to work around hashicorp/terraform#12570

JIRA: PLAT-1117
  • Loading branch information
grahamlyons committed Oct 3, 2017
1 parent 420799f commit fee2be5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,5 @@ module "dns_record" {
env = "${var.env}"
target = "${module.alb.alb_dns_name}"
alb_zone_id = "${module.alb.alb_zone_id}"
alias = "1"
}

0 comments on commit fee2be5

Please sign in to comment.