Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

ec2_securitygroup => cidr doesn't support IPV6 addresses #483

Open
bryankennedy opened this issue Oct 31, 2017 · 1 comment
Open

ec2_securitygroup => cidr doesn't support IPV6 addresses #483

bryankennedy opened this issue Oct 31, 2017 · 1 comment

Comments

@bryankennedy
Copy link

It looks like the parsing for the cidr entry on an ec2_securitygroup call doens't allow for IPV6 addresses.

ec2_securitygroup { 'name':
  ingress => [
    protocol => 'tcp', port => 80, cidr => '::/0', 
  ]
}

Returns an error saying CIDR block ::/0 is malformed

The AWS interface allows this IPV6 value in the CIDR block region.

@jcwarp
Copy link

jcwarp commented May 3, 2019

I have this issue too.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants