0
0
llucycodes42
The aws_appautoscaling_policy resource defines an autoscaling policy for an Amazon Web Services application. The aws_appautoscaling_policy resource has the following declaration:
resource "aws_appautoscaling_policy" "${MyAWSResource}" {
policy_name = "MyAutoscalingPolicy"
definition_file = "mypolicy.
Shortcut: tf_aws_appautoscaling_policy
resource "aws_appautoscaling_policy" "${MyAWSResource}" {
}