0
0
llucycodes42
This code creates a resource called "aws_autoscaling_notification" and sets it to be the value for the "MyAWSResource" environment variable. The resource can then be used to create an Amazon SNS notification to be sent when an auto scaling event occurs.
Shortcut: tf_aws_autoscaling_notification
resource "aws_autoscaling_notification" "${MyAWSResource}" {
}