Skip to content

Commit

Permalink
Add CloudWatach and SNS notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaentz committed Oct 1, 2018
1 parent 70373f9 commit addc927
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
5 changes: 5 additions & 0 deletions main.tf
Expand Up @@ -42,3 +42,8 @@ module "webserver_cluster" {
vpc_id = "${module.vpc.vpc_id}"
subnet_ids = ["${module.vpc.public_subnets}"]
}
module "cloud_watch" {
source = "github.com/gmaentz/terraform/modules/services/cloud-watch"
sms_number = "${var.sms_number}"
autoscaling_group = "${module.webserver_cluster.asg_name}"
}

1 comment on commit addc927

@gmaentz
Copy link
Owner Author

@gmaentz gmaentz commented on addc927 Oct 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add CloudWatch and SNS Notifications

Please sign in to comment.