Skip to content

Commit

Permalink
docs: add to contrib config for control tower, fix copy/paste issue i…
Browse files Browse the repository at this point in the history
…n ec2 docs
  • Loading branch information
ekristen committed Oct 14, 2024
1 parent 54b15be commit dced127
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/config-contrib.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ presets:
CloudWatchEventsRule:
- type: "contains"
value: "aws-controltower"
- property: "Name"
type: glob
value: "AWSControlTower*"
EC2VPCEndpoint:
- type: "contains"
value: "aws-controltower"
Expand All @@ -57,6 +60,8 @@ presets:
CloudWatchEventsTarget:
- type: "contains"
value: "aws-controltower"
- type: "glob"
value: "Rule: AWSControlTower*"
SNSSubscription:
- type: "contains"
value: "aws-controltower"
Expand Down Expand Up @@ -97,4 +102,6 @@ presets:
IAMRolePolicy:
- type: "contains"
value: "aws-controltower"
- type: glob
value: "AWSReservedSSO_*"
```
2 changes: 1 addition & 1 deletion docs/resources/ec2-image.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EC2 Image

This will remove all IAM Roles an AWS account.
This will remove all EC2 Images (AMI) in an AWS account.

## Resource

Expand Down

0 comments on commit dced127

Please sign in to comment.