lorenzoaiello / terraform-aws-rds-alarms

This Terraform module manages Cloudwatch Alarms for an RDS instance.
https://registry.terraform.io/modules/lorenzoaiello/rds-alarms/aws
MIT License
36 stars 36 forks source link

Allow tags to be added. #4

Closed hanswesterbeek closed 3 years ago

hanswesterbeek commented 3 years ago

Default is to have no tags so this should be a seamless upgrade for current users.

hanswesterbeek commented 3 years ago

Thanks :)

Oddly enough the AWS console doesn't show these tags. To see them, use the CLI eg: aws cloudwatch list-tags-for-resource --resource-arn {arn}.

lorenzoaiello commented 3 years ago

No problem. Thank you for the PR.