I have already setup AWS Codepipeline and notification rules manually. On that manual setup pipeline, I have set 4 events to trigger notification on SNS:
- State Execution:
- Succeeded
- Failed
- Pipeline Execution:
- Succeeded
- Failed
Now, I am trying to do the same thing with Terraform. But, unable to find the resource in Terraform registry.
How can I find out the Terraform resource to create the Codepipeline Notification Rules?