You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.
When creating an ingress/egress rule using a security group ID, this creates incorrect JSON. For example, the following:
Generates the JSON:
The expected output is:
This is probably due to how the scraper is scraping the AWS website, causing it to include the
(SecurityGroupIngress only)
as seen here:http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-rule.html#cfn-ec2-security-group-rule-sourcesecuritygroupid
The text was updated successfully, but these errors were encountered: