Hello all. Please how do I create subnets with val...
# typescript
a
Hello all. Please how do I create subnets with valid cidrBlock values? Is there a way to auto generate cidrblock values from the vpc’s cidrblock?
s
if you're creating a new VPC and are open to using
@pulumi/awsx
it does this for you but if you're using an existing VPC with existing subnets, you'll probably have to configure the blocks on your own due to potential CIDR overlaps