0
0
llucycodes42
This code creates a resource in the aws account specified, called "MyAWSResource". This resource will map to an Amazon lambda event source.
Shortcut: tf_aws_lambda_event_source_mapping
resource "aws_lambda_event_source_mapping" "${MyAWSResource}" {
}