Skip to content
New issue

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

Fix typo in documentation for Terraform CIDR Subnets Module. #5

Open
HecticSerenity opened this issue Sep 14, 2021 · 1 comment
Open

Comments

@HecticSerenity
Copy link

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)

The input for baz is:

    {
      name     = "baz"
      new_bits = 4
    }

see cidr module documentation

@Hanse00
Copy link

Hanse00 commented Nov 11, 2024

It's worth noting that the README of this repo does have the correct text:

is 8 + 8 = 16. `baz` has a `new_bits` of 4, so its final prefix length is

Perhaps the docs website just isn't in sync with the readme for some reason?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants