0
0
llucycodes42
The code in the example creates an AWS CloudWatch event rule that triggers when an instance state changes from Running to Failed.
Shortcut: tf_aws_cloudwatch_event_rule
resource "aws_cloudwatch_event_rule" "${MyAWSResource}" {
}
0
0
llucycodes42
The code in the example creates an AWS CloudWatch event rule that triggers when an instance state changes from Running to Failed.
Shortcut: tf_aws_cloudwatch_event_rule
resource "aws_cloudwatch_event_rule" "${MyAWSResource}" {
}