Skip to content

Commit

Permalink
added autoscaling:SetInstanceProtection permission to default aws i…
Browse files Browse the repository at this point in the history
…am policy (#180)

* added SetInstanceProtection permission to default aws iam policy

* Auto Format

Co-authored-by: cloudpossebot <[email protected]>
  • Loading branch information
vmonrabal and cloudpossebot authored Jun 4, 2021
1 parent f5dcc84 commit 003be6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ data "aws_iam_policy_document" "default" {
"autoscaling:PutScheduledUpdateGroupAction",
"autoscaling:ResumeProcesses",
"autoscaling:SetDesiredCapacity",
"autoscaling:SetInstanceProtection",
"autoscaling:SuspendProcesses",
"autoscaling:TerminateInstanceInAutoScalingGroup",
"autoscaling:UpdateAutoScalingGroup",
Expand Down

0 comments on commit 003be6e

Please sign in to comment.