IM
Size: a a a
IM
IM
НС
IM
TF
НС
РР
i
i
S
var.hosted-zone["test-tf.com"]
resource "aws_route53_record" "r53_domains" {
zone_id = "${var.hosted_zone}"
count = "${length(var.domains)}"
name = "${element(var.domains, count.index)}"
type = "A"
alias {
name = "${var.elb}"
zone_id = "${var.shared_zone}"
evaluate_target_health = false
}
}
DZ
DZ
IM
DZ
DZ
IM
IM
mm
S
S