Skip to content

Commit

Permalink
website/docs: Corrects function name in cidrsubnets function docume…
Browse files Browse the repository at this point in the history
…ntation (#23473)
  • Loading branch information
gdavison authored and mildwonkey committed Nov 26, 2019
1 parent 4409cc0 commit e32641c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/configuration/functions/cidrsubnets.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ description: |-
ranges within a particular CIDR prefix.
---

# `cidrsubnet` Function
# `cidrsubnets` Function

-> **Note:** This page is about Terraform 0.12 and later. For Terraform 0.11 and
earlier, see
[0.11 Configuration Language: Interpolation Syntax](../../configuration-0-11/interpolation.html).

`cidrsubnet` calculates a sequence of consecutive IP address ranges within
`cidrsubnets` calculates a sequence of consecutive IP address ranges within
a particular CIDR prefix.

```hcl
cidrsubnet(prefix, newbits...)
cidrsubnets(prefix, newbits...)
```

`prefix` must be given in CIDR notation, as defined in
Expand Down

0 comments on commit e32641c

Please sign in to comment.