sous-chefs / aws

Development repository for the aws cookbook
https://supermarket.chef.io/cookbooks/aws
Apache License 2.0
610 stars 554 forks source link

Ignore tags with prefix aws: instead of aws #400

Closed tamimkh closed 4 years ago

tamimkh commented 5 years ago

Description

In the AWS documentation, the aws: prefix is called out as being reserved for internal AWS use. However, in this resource we filter out all tags that start with aws instead of the more specific aws:.

This PR attempts to correct this by filtering out any tags that start with aws: instead of the more general aws.

Check List