sparse-intern-71089
06/16/2020, 3:37 PMechoing-breakfast-73834
06/16/2020, 3:43 PMOutput
object that'll eventually return a string:
cidr_block.apply(lambda value: ip_network(cidr_block).subnets(prefixlen_diff=2))
This will return an Output object that will eventually return a List[IPv6Network] object, where each IPv6Network is a subnet of cidr_block that's 1/4 the original sizeastonishing-quill-88807
06/16/2020, 3:56 PM