Confusing limitations on private subnets size #1807
Labels
documentation
priority:high
New features
vpc
Virtual Private Cloud (VPC) issues, bugs and feature requests
Valid IPv4 subnets have confusing and apparently undocumented limitations. The error shows up while using Terraform provider but since it is not caught by the provider itself, I believe it is actually an error in the SDK.
For instance attempting to create the following VPC, results in an error:
The message is
It is helpful because it explains how to solve the issue, yet in a not so straightforward way. It is confusing because there is no reference to this in Terraform provider documentation nor in SDK documentation. Another source of confusion is that the reserved IP addresses listed by IETF mentions 192.168.0.0/16.
As a Scaleway user I would love to see:
Using terraform provider 2.26.0
The text was updated successfully, but these errors were encountered: