cloudstack-terraform-provider icon indicating copy to clipboard operation
cloudstack-terraform-provider copied to clipboard

IPv6 Support

Open bradh352 opened this issue 2 months ago • 0 comments

It appears IPv6 support is missing in the implementation, the primary however is when creating a guest network. Most of the other places are tasks I'm assuming most people aren't using terraform for like for creating the service offerings themselves or setting up the IPv6 guest subnets.

  • cloudstack_network
    • ip6cidr
    • ip6gateway
    • ip6dns1
    • ip6dns2
    • startipv6
    • endipv6
    • routeripv6

As far as I can tell, the network ACLs aren't doing any verification on the CIDR prefixes so I think these are already IPv6-capable.

bradh352 avatar Sep 30 '25 09:09 bradh352