Skip to content

Terraform module to automate creating elasticache redis cluster alarms

Notifications You must be signed in to change notification settings

TourRadar/terraform-elasticache-cluster-alarms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

terraform-elasticache-cluster-alarms

Terraform module to automate creating elasticache redis cluster alarms

Example usage

module "terraform-elasticache-cluster-alarms" {
  source = "github.com/TourRadar/terraform-elasticache-cluster-alarms"
  replication_group_id = aws_elasticache_replication_group.example.replication_group_id
  actions      = ["snsarn etc"]
  alarm_prefix = "MyAlarmPrefix"
  tags = {
    Project = "SomeProject"
  }
}

About

Terraform module to automate creating elasticache redis cluster alarms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages