The documentation for the AWS provider says that standard metrics are supported for aws_appautoscaling_policy’s target-tracking autoscaling, and goes on to define the customized metric specification (https://www.terraform.io/docs/providers/aws/r/appautoscaling_policy.html#customized_metric_specification), but characterizes it as ‘reserved’, not implemented. I guess this is a two-parter:
- Is the documentation accurate? (I looked around the AWS provider’s code on github, and there’s lots of schema validation in there for custom metrics)
- If it is accurate, and currently not supported, do people know if the remaining work is at the AWS go sdk layer, or at the AWS provider layer?