We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text
baz has a new_bits of 8, so its final prefix length is only 8 + 4 = 12 bits. ^
is incorrect. baz has new_bits of 4 and this text contains an '8' (see caret). (The equation correctly shows 4 for baz's new_bits)
baz
The input for baz is:
{ name = "baz" new_bits = 4 }
see cidr module documentation
The text was updated successfully, but these errors were encountered:
It's worth noting that the README of this repo does have the correct text:
terraform-cidr-subnets/README.md
Line 56 in 2a772a8
Perhaps the docs website just isn't in sync with the readme for some reason?
Sorry, something went wrong.
No branches or pull requests
The text
is incorrect.
baz
has new_bits of 4 and this text contains an '8' (see caret). (The equation correctly shows 4 forbaz
's new_bits)The input for baz is:
see cidr module documentation
The text was updated successfully, but these errors were encountered: