mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-16 11:42:58 -06:00
fix interpolation syntax typo for website docs
This commit is contained in:
parent
50b7ffd24b
commit
ecbc3e066a
@ -157,7 +157,7 @@ The supported built-in functions are:
|
||||
* `cidrnetmask(iprange)` - Takes an IP address range in CIDR notation
|
||||
and returns the address-formatted subnet mask format that some
|
||||
systems expect for IPv4 interfaces. For example,
|
||||
`cidrmask("10.0.0.0/8")` returns `255.0.0.0`. Not applicable
|
||||
`cidrnetmask("10.0.0.0/8")` returns `255.0.0.0`. Not applicable
|
||||
to IPv6 networks since CIDR notation is the only valid notation for
|
||||
IPv4.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user