0
0
llucycodes42
This code configures an AWS autoscaling hook. An AWS autoscaling hook is a script or function that runs in response to changes in your AWS resources. The AWS autoscaling hook stores information about your changes and initiates appropriate actions.
Shortcut: tf_aws_autoscaling_lifecycle_hook
resource "aws_autoscaling_lifecycle_hook" "${MyAWSResource}" {
}