terraform-aws-modules / terraform-aws-s3-bucket

Terraform module to create AWS S3 resources 🇺🇦

Home Page:https://registry.terraform.io/modules/terraform-aws-modules/s3-bucket/aws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix notification for new module releases

a-khalilov opened this issue · comments

Is your request related to a new offering from AWS?

No

Is your request related to a problem? Please describe.

Hi. We configured github custom notification to get an email when new module released. See screenshot

362c0f72-5c6d-4c60-8d69-eedefcdc00ff

And this notification works for eks module, (as i understand) because, when new version released, @barryib created github release, so it looks like this https://github.com/terraform-aws-modules/terraform-aws-eks/releases
For other modules (iam, vpc, cloudfront) repos there aren't really github releases created, just automatically based on tags, and in that way github don't sent notifications (as i think). I checked what all repos notifications configured exactly as for eks repo

Describe the solution you'd like.

May question mostly to @antonbabenko. Is it possible to create github releases every time when you release new module, to give opportunity to get github notifications, please?

Describe alternatives you've considered.

Additional context

Thanks for any explanation why it works for eks module and doesn't work for others.

Fixed.

EKS and all other terraform-aws-modules are managed slightly differently but we are in the process of unification of the release process.

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.