From 3c1dda34cbf81c67707371153b143dc036531731 Mon Sep 17 00:00:00 2001 From: Mark Wallsgrove Date: Mon, 15 Jun 2020 15:01:29 +0100 Subject: [PATCH] fix missing double quotes (#40) --- _route53.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_route53.tf b/_route53.tf index cd410bc..757f921 100644 --- a/_route53.tf +++ b/_route53.tf @@ -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"