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 Jun 5, 2020. It is now read-only.
Every VPC that is created will automatically have a security group created with the GroupName "Default". This GroupName cannot be changed. This module only supports referencing the SecurityGroup you want to manage by the GroupName (specifically errors when trying to use sg-####### format).
If you have more than 1 subnet, you'll always have more than 1 securitygroup with the name 'Default'.
Issues this raises:
using puppet resource to scrape the resources, you'll only ever get one of your securitygroups
you cannot reliably manage the Default security groups as you don't know for sure which one Puppet will try and manage
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Every VPC that is created will automatically have a security group created with the GroupName "Default". This GroupName cannot be changed. This module only supports referencing the SecurityGroup you want to manage by the GroupName (specifically errors when trying to use sg-####### format).
If you have more than 1 subnet, you'll always have more than 1 securitygroup with the name 'Default'.
Issues this raises:
The text was updated successfully, but these errors were encountered: