You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cidrsubnets("0.0.0.0/1", 1, 1) fails with Invalid value for "newbits" parameter: not enough remaining address space for a subnet with a prefix of 2 bits after 192.0.0.0/2. (if the try call is removed).
Steps to Reproduce
terraform plan
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered:
I don't recall what that special case was intending to achieve -- it's been a long time since that code was merged -- so I think it'll take some further poking to understand why that was there and whether it's load-bearing.
Terraform Version
Terraform Configuration Files
Debug Output
https://gist.github.com/mxk/c1b54ada0c08ecaae0296420904668f5
Expected Behavior
Both outputs should be identical.
Actual Behavior
cidrsubnets("0.0.0.0/1", 1, 1)
fails withInvalid value for "newbits" parameter: not enough remaining address space for a subnet with a prefix of 2 bits after 192.0.0.0/2.
(if the try call is removed).Steps to Reproduce
terraform plan
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: