Documentation on registry.terraform.io outdated
mateuszkwiatkowski opened this issue · 1 comments
mateuszkwiatkowski commented
Documentation on terraform registry page contain outdated code:
module "clever_name_autoscale_dns" {
source = "meltwater/asg-dns-handler/aws"
version = "x.y.z"
autoscale_update_name = "clever_name"
autoscale_group_names = "${aws_autoscaling_group.my_asg.name}"
autoscale_route53zone_arn = "${var.zone_to_manage_records_in}"
}
In README.md there's autoscale_handler_unique_identifier
instead of autoscale_update_name
.
apoorva-marisomaradhya commented
This should be fixed now, thanks for pointing it out.