puppetlabs-toy-chest / puppetlabs-aws

Puppet module for managing AWS resources to build out infrastructure
Apache License 2.0
187 stars 219 forks source link

ec2_securitygroup doesn't support ingress rule descriptions #499

Open philomory opened 6 years ago

philomory commented 6 years ago

In the AWS console (and via the API), it is possible to provide individual descriptions of each line of an ingress rule. This can be invaluable for keeping track of what each ingress rule is accomplishing. Unfortunately, this module doesn't currently support setting this property.