用于设置 AWS Codepipeline 通知规则的 Terraform

Terraform to setup AWS Codepipline Notification Rule

我已经手动设置了 AWS Codepipeline 和通知规则。在那个手动设置管道上,我设置了 4 个事件来触发 SNS 上的通知:

现在,我正在尝试使用 Terraform 做同样的事情。但是,无法在 Terraform 注册表中找到资源。

如何找到 Terraform 资源来创建 Codepipeline 通知规则?

使用 aws_codestarnotifications_notification_rule 设置 CP 通知。

关于如何设置 event_type_ids 您必须参考 AWS 文档: