Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
fix missing double quotes (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
markwallsgrove authored Jun 15, 2020
1 parent c02fc1c commit 3c1dda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _route53.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ resource "aws_route53_record" "internal-dns" {
depends_on = ["aws_lb.alb"]

weighted_routing_policy = {
weight = ${var.internal-domain-weight}
weight = "${var.internal-domain-weight}"
}

set_identifier = "old_env"
Expand Down

0 comments on commit 3c1dda3

Please sign in to comment.