cloudstack-terraform-provider
cloudstack-terraform-provider copied to clipboard
IPv6 Support
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.