I have one task in the Terraform template with AWS Cloud. I have one repo with a master in code commit AWS. Terraform should create a branch from master in code commit then create a notification rule and trigger all events(like push, merge, commit,) then create a new notification with a subscription(list of mail id's). Is this possible? So this terraform should create a branch, trigger all events, create SNS notification with a subscription on AWS. Kindly help me