diff --git a/README.md b/README.md index b98d9713..97656727 100644 --- a/README.md +++ b/README.md @@ -393,6 +393,7 @@ Like this project? Please give it a ★ on [our GitHub](https://github.com/cloud Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =) + ## Related Projects Check out these related projects. @@ -402,8 +403,6 @@ Check out these related projects. - [geodesic](https://github.com/cloudposse/geodesic) - Geodesic is the fastest way to get up and running with a rock solid, production grade cloud platform built on strictly Open Source tools. - [terraform-aws-elasticache-cloudwatch-sns-alarms](https://github.com/cloudposse/terraform-aws-elasticache-cloudwatch-sns-alarms) - Terraform module that configures CloudWatch SNS alerts for ElastiCache - - ## Help **Got a question?** We got answers. diff --git a/main.tf b/main.tf index af885f66..b2239286 100755 --- a/main.tf +++ b/main.tf @@ -174,6 +174,7 @@ data "aws_iam_policy_document" "default" { "autoscaling:PutScheduledUpdateGroupAction", "autoscaling:ResumeProcesses", "autoscaling:SetDesiredCapacity", + "autoscaling:SetInstanceProtection", "autoscaling:SuspendProcesses", "autoscaling:TerminateInstanceInAutoScalingGroup", "autoscaling:UpdateAutoScalingGroup",