From b9c4211f1420fac311c6bd9b3ff03cc35a11161b Mon Sep 17 00:00:00 2001 From: "Erik Osterman (CEO @ Cloud Posse)" Date: Mon, 1 Apr 2024 10:28:24 -0700 Subject: [PATCH] chore: Add GitHub Settings (#60) --- .github/settings.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/settings.yml diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 0000000..53559f6 --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,7 @@ +# Upstream changes from _extends are only recognized when modifications are made to this file in the default branch. +_extends: .github +repository: + name: terraform-aws-rds-cloudwatch-sns-alarms + description: Terraform module that configures important RDS alerts using CloudWatch and sends them to an SNS topic + homepage: https://cloudposse.com/accelerate + topics: terraform, terraform-module, sns, cloudwatch, alerts, aws, rds-alerts