Terraform: get next IP address from AWS subnet
This seems like an obvious question but I've had no luck finding an answer. Using Terraform (v1.3.5) and given a private AWS subnet (defined by aws_subnet), how can I get the next available IP address within the subnet? I'm sure…