diff --git a/website/content/docs/templates/hcl_templates/functions/ipnet/cidrhost.mdx b/website/content/docs/templates/hcl_templates/functions/ipnet/cidrhost.mdx index 77c5679990c..d1b9ea70e37 100644 --- a/website/content/docs/templates/hcl_templates/functions/ipnet/cidrhost.mdx +++ b/website/content/docs/templates/hcl_templates/functions/ipnet/cidrhost.mdx @@ -1,8 +1,8 @@ --- -page_title: cidrhost - Functions - Configuration Language +page_title: cidrhost function reference description: |- - The cidrhost function calculates a full host IP address within a given - IP network address prefix. + The `cidrhost` function calculates a full host IP address in a given + IP network address prefix. Learn how to use the `ciderhost` function in Packer templates. --- # `cidrhost` Function diff --git a/website/content/docs/templates/hcl_templates/functions/ipnet/cidrnetmask.mdx b/website/content/docs/templates/hcl_templates/functions/ipnet/cidrnetmask.mdx index fbb43eec471..51541e09ab9 100644 --- a/website/content/docs/templates/hcl_templates/functions/ipnet/cidrnetmask.mdx +++ b/website/content/docs/templates/hcl_templates/functions/ipnet/cidrnetmask.mdx @@ -1,8 +1,8 @@ --- -page_title: cidrnetmask - Functions - Configuration Language +page_title: cidrnetmask function reference description: |- - The cidrnetmask function converts an IPv4 address prefix given in CIDR - notation into a subnet mask address. + The `cidrnetmask` function converts an IPv4 address prefix given in CIDR + notation into a subnet mask address. Learn how to use the `cidernetmask` function in Packer templates. --- # `cidrnetmask` Function diff --git a/website/content/docs/templates/hcl_templates/functions/ipnet/cidrsubnet.mdx b/website/content/docs/templates/hcl_templates/functions/ipnet/cidrsubnet.mdx index fbe916df750..1230e62a0d0 100644 --- a/website/content/docs/templates/hcl_templates/functions/ipnet/cidrsubnet.mdx +++ b/website/content/docs/templates/hcl_templates/functions/ipnet/cidrsubnet.mdx @@ -1,8 +1,8 @@ --- -page_title: cidrsubnet - Functions - Configuration Language +page_title: cidrsubnet function reference description: |- - The cidrsubnet function calculates a subnet address within a given IP network - address prefix. + The `cidrsubnet` function calculates a subnet address within a given IP network + address prefix. Learn how to use the `cidersubnet` function in Packer templates. --- # `cidrsubnet` Function diff --git a/website/content/docs/templates/hcl_templates/functions/ipnet/cidrsubnets.mdx b/website/content/docs/templates/hcl_templates/functions/ipnet/cidrsubnets.mdx index faac15f8b84..30985b61240 100644 --- a/website/content/docs/templates/hcl_templates/functions/ipnet/cidrsubnets.mdx +++ b/website/content/docs/templates/hcl_templates/functions/ipnet/cidrsubnets.mdx @@ -1,8 +1,8 @@ --- -page_title: cidrsubnets - Functions - Configuration Language +page_title: cidrsubnets function reference description: |- - The cidrsubnets function calculates a sequence of consecutive IP address - ranges within a particular CIDR prefix. + The `cidrsubnets` function calculates a sequence of consecutive IP address + ranges in a CIDR prefix. Learn how to use the `cidersubnets` function in Packer templates. --- # `cidrsubnets` Function diff --git a/website/content/docs/templates/hcl_templates/functions/uuid/uuidv4.mdx b/website/content/docs/templates/hcl_templates/functions/uuid/uuidv4.mdx index 3c03179528f..be0190f7bc4 100644 --- a/website/content/docs/templates/hcl_templates/functions/uuid/uuidv4.mdx +++ b/website/content/docs/templates/hcl_templates/functions/uuid/uuidv4.mdx @@ -1,6 +1,6 @@ --- -page_title: v4 - uuid - Functions - Configuration Language -description: The uuidv4 function generates a unique ID. +page_title: uuidv4 function reference +description: The `uuidv4` function generates a unique string ID according to RFC 4122 version 4. Learn how to use the `uuidv4` function in Packer templates. --- # `uuidv4` Function diff --git a/website/content/docs/templates/hcl_templates/functions/uuid/uuidv5.mdx b/website/content/docs/templates/hcl_templates/functions/uuid/uuidv5.mdx index 310b4b1305c..bcc5d15acb5 100644 --- a/website/content/docs/templates/hcl_templates/functions/uuid/uuidv5.mdx +++ b/website/content/docs/templates/hcl_templates/functions/uuid/uuidv5.mdx @@ -1,8 +1,7 @@ --- -page_title: uuidv5 - Functions - Configuration Language +page_title: uuidv5 function reference description: |- - The uuidv5 function generates a uuid v5 string representation of the value in - the specified namespace. + The `uuidv5` function generates a unique name-based ID for the value according to RFC 4122 version 5. Learn how to use the `uuidv5` function in Packer templates. --- # `uuidv5` Function